void PHP_CompatInfo::parseFolder (
string $folder
, array $options
= array()
)
Alias of parseDir function
$folder
Path of folder to parse
$options
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.