PHP Интерфейс Phergie_Plugin_Php_Source, phergie

Автор: Phergie Development Team ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
findFunction ( string $function ) : array | null Searches for a description of the function.

Описание методов

findFunction() публичный Метод

Searches for a description of the function.
public findFunction ( string $function ) : array | null
$function string Search pattern to match against the function name, wildcards supported using %
Результат array | null Associative array containing the function name and description or NULL if no results are found