PHP 클래스 Neos\Kickstarter\Utility\Validation

파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

공개 메소드들

메소드 설명
isReservedKeyword ( string $keyword ) : boolean Check the given keyword to be not one of the reserved words of PHP.

메소드 상세

isReservedKeyword() 공개 정적인 메소드

Check the given keyword to be not one of the reserved words of PHP.
또한 보기: http://www.php.net/manual/en/reserved.keywords.php
public static isReservedKeyword ( string $keyword ) : boolean
$keyword string
리턴 boolean