PHP_CompatInfo_Parser::loadVersion
Synopsis
array
PHP_CompatInfo_Parser::loadVersion
(
string
$min
,
string|boolean
$max
= false
,
boolean
$include_const
= false
,
boolean
$groupby_vers
= false
)
Description
Load components list for a PHP version or subset
Parameter
-
string
$min
-
PHP minimal version
-
string|boolean
$max
-
(optional) PHP maximal version
-
boolean
$include_const
-
(optional) include constants list in final result
-
boolean
$groupby_vers
-
(optional) give initial php version of function or constant
Return value
returns An array of php function/constant names history
Throws
throws no exceptions thrown
Since
since version 1.2.0 (2006-08-23)
Note
This function can not be called statically.