PHP Interface Phergie_Plugin_Php_Source, phergie

Author: Phergie Development Team ([email protected])
Afficher le fichier Open project: phergie/phergie Interface Usage Examples

Méthodes publiques

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

Method Details

findFunction() public méthode

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