PEAR_Common::buildProvidesArray()
Описание
Build a "provides" array from data returned by analyzeSourceCode(). The format of the built array is like this:
array( 'class;MyClass' => array( 'type' => 'class', 'name' => 'MyClass' ), ... ) |
Параметр
- array $srcinfo
array with information about a source file as returned by the analyzeSourceCode() method.
Пред. | Начало | След. |
PEAR_Common::analyzeSourceCode() | Уровень выше | PEAR_Common::downloadHttp() |