Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Neos
Kickstarter
Utility
Validation
PHP Class Neos\Kickstarter\Utility\Validation
Mostra file
Open project: neos/flow-development-collection
Class Usage Examples
Public Methods
Method
Description
isReservedKeyword
(
string
$keyword
) :
boolean
Check the given keyword to be not one of the reserved words of PHP.
Method Details
isReservedKeyword()
public
static
method
Check the given keyword to be not one of the reserved words of PHP.
See also:
http://www.php.net/manual/en/reserved.keywords.php
public
static
isReservedKeyword
(
string
$keyword
) :
boolean
$keyword
string
return
boolean