w10schools
Login
Register
In current category
Only my posts
Home
Tutorials
HTML, CSS
HTML, HTML5
CSS, CSS3
XML
JavaScript, AJAX
PHP
Ruby on Rails
Ruby
Rails
ASP.NET
ASP
C# .NET
Java
JSP
Databases
MySQL
MSSQL Server
Oracle
Web Server
Windows
Linux
Apache
IIS
Design
Dreamweaver
Flash
Photoshop
Fireworks
CorelDRAW
Illustrator
References
HTML
Bootstrap
CSS
CSS Selectors
Sass
JavaScript
Mobile Apps
Cordova
Ruby on Rails
Ruby
Rails
PHP
Function
Language
CodeIgniter
Phalcon
PHPUnit
Symfony
Drupal
Yii
Laravel
Perl
Perl
Python
Python
Django
NumPy
Pandas
scikit-image
scikit-learn
Statsmodels
Matplotlib
Lua
Lua
C, C++
C
C++
Server
Docker
Apache HTTP Server
Nginx
Database
PostgreSQL
Big Data
TensorFlow
Game Development
Phaser
LÖVE
Articles
News
General
Website Promotion
Online Advertising
Make Money Online
Editorials
Interviews
Web Roundups
Resources
Design
Fonts
Graphics
Vectors
Templates
UI (User Interface)
Brushes
Patterns, Backgrounds
Textures
Web Development
HTML, CSS
XML
JavaScript, AJAX
Ruby on Rails
PHP
Java
.NET
Python
Perl
Flash
Mobile Application Development
Mobile Development Tools
Swift
Online Services
Online Storage
Web Hosting
Tools
Generators
Edit
Toggle Dropdown
In Place Editing
Advanced Editing
References
PHP
Drupal
bootstrap.inc
Language
Default
Markdown
DRUPAL_MINIMUM_PHP
Minimum supported version of PHP.
File
core/includes/
bootstrap.inc
, line 24
Functions that need to be loaded on every Drupal request.
Code
const DRUPAL_MINIMUM_PHP = '5.5.9';
Links:
https://api.drupal.org/api/drupal/core%21includes%21bootstrap.inc/constant/DRUPAL_MINIMUM_PHP/8.2.x
doc_Drupal
2016-10-29 09:03:16
Comments
Leave a Comment
Please
login
to continue.
Popular Articles
DRUPAL_MINIMUM_PHP_MEMORY_LIMIT
Minimum recommended value of PHP memory_limit. 64M was chosen as a minimum requirement in order to allow for additional contributed modules to be ins
Drupal::CORE_MINIMUM_SCHEMA_VERSION
Core minimum schema version. File core/lib/Drupal.php, line 94 Contains \Drupal. Class Drupal Static Service Container wrapper. Code const CORE
DRUPAL_PHP_FUNCTION_PATTERN
Regular expression to match PHP function names. See also http://php.net/manual/language.functions.php File core/includes/bootstrap.inc, line 95 Func
tf.minimum()
tf.minimum(x, y, name=None) Returns the min of x and y (i.e. x < y ? x : y) element-wise. NOTE: Minimum supports broadcasting. More about broadca
minimum
minimum skimage.filters.rank.minimum(image, selem, out=None, mask=None, shift_x=False, shift_y=False) [source] Return local minimum of an image. P
Return to View
Please login to continue.