PHP 인터페이스 Phergie_Plugin_Php_Source, phergie

저자: Phergie Development Team ([email protected])
파일 보기 프로젝트 열기: phergie/phergie 0 사용 예제들

공개 메소드들

메소드 설명
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