PHP_CompatInfo::parseFolder
Synopsis
void PHP_CompatInfo::parseFolder (
string $folder
, array $options
= array()
)
Description
Alias of parseDir function
Parameter
-
string
$folder -
Path of folder to parse
-
array
$options -
An array of options
Throws
throws no exceptions thrown
Since
since version 0.7.0 (2004-03-09)
Note
This function can not be called statically.
Return value
array - a hash which contains information keys:
ignored_functions,
ignored_extensions,
ignored_constants,
max_version,
version,
extensions,
constants,
tokens,
cond_code
Example
See PHP_CompatInfo::parseDir() example.