PEAR_Common::analyzeSourceCode()
PEAR_Common::analyzeSourceCode() -- analyze the source code of the given PHP file
概要
require_once 'PEAR/common.php'; |
array
PEAR_Common::analyzeSourceCode (string $file)
説明
Analyze the source code of the given PHP file
パラメータ
- string
$file
Filename of the PHP file
返り値
array - hash list of
declared_classes,
declared_methods,
declared_functions and
used_classes
注意
この関数は、スタティックにコールする
ことができます。