PHP Interface Phergie_Plugin_Php_Source, phergie

Author: Phergie Development Team ([email protected])
Mostra file Open project: phergie/phergie Interface Usage Examples

Public Methods

Method Description
findFunction ( string $function ) : array | null Searches for a description of the function.

Method Details

findFunction() public method

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 %
return array | null Associative array containing the function name and description or NULL if no results are found