array
PEAR_Common::analyzeSourceCode (
string $file
)
指定した PHP ファイルのソースコードを解析します。
$file
PHP ファイルのファイル名。
array -
declared_classes、
declared_methods、
declared_functions および
used_classes からなるハッシュリストを返します。
This function can be called statically.