PHP_Compat::loadVersion | |
PEAR Manual | |
require_once 'PHP/CompatInfo.php'; |
void PHP_CompatInfo::parseFolder (
string $folder
, array $options = array()
)
Alias of parseDir function
Path of folder to parse
An array of options
throws no exceptions thrown
since version 0.7.0 (2004-03-09)
This function can not be called statically.
array - a hash which contains information keys: ignored_functions, ignored_extensions, ignored_constants, max_version, version, extensions, constants, tokens, cond_code
See PHP_CompatInfo::parseDir() example.
PHP_Compat::loadVersion | |
PEAR Manual | |