Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16642 программиста и 1698 роботов. Сейчас ищут 1779 программистов ...
PEAR_Common::analyzeSourceCode
Вернуться к: PEAR_Common
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 )
Analyze the source code of the given PHP file
Parameter
- string $file
-
Filename of the PHP file
Return value
array - hash list of declared_classes, declared_methods, declared_functions and used_classes
Note
This function can be called statically.
Вернуться к: PEAR_Common