PEAR_Common::analyzeSourceCode() -- analyze the source code of the given PHP file
Beschrijving
Analyze the source code of the given PHP file
Parameter
- string
$file
Filename of the PHP file
Return waarde
array - hash list of
declared_classes,
declared_methods,
declared_functions and
used_classes
Note
Deze functie kan statisch worden aangeroepen.