PHP_CompatInfo_Parser::loadVersion()
-- Load components list
説明
Load components list for a PHP version or subset
パラメータ
- 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
返り値
returns
An array of php function/constant names history
例外・エラー
throws
no exceptions thrown
利用可能なバージョン
since
version 1.2.0 (2006-08-23)
注意
この関数は、スタティックにコールする
ことはできません。