PEAR_Common::analyzeSourceCode()
PEAR_Common::analyzeSourceCode() -- analyze the source code of the given PHP file
Synopsis
require_once 'PEAR/common.php'; |
array
PEAR_Common::analyzeSourceCode (string $file)
Beschreibung
Analyze the source code of the given PHP file
Parameter
- string
$file
Filename of the PHP file
Rückgabewert
array - hash list of
declared_classes,
declared_methods,
declared_functions and
used_classes
Hinweise
Diese Methode kann statisch
aufgerufen werden.