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