PEAR_Common::analyzeSourceCode()

PEAR_Common::analyzeSourceCode() -- analyze the source code of the given PHP file

Opis

Analyze the source code of the given PHP file

Parametr

string $file

Filename of the PHP file

Zwracana wartość

array - hash list of declared_classes, declared_methods, declared_functions and used_classes

Uwagi

Ta funkcja może być wywołana statycznie.