isReservedKeyword() public method
public boolean isReservedKeyword ( $value ) | ||
---|---|---|
$value | string |
The attribute to be validated |
return | boolean |
Whether the value is a reserved PHP keyword. |
isReservedKeyword() public method
public boolean isReservedKeyword ( $value ) | ||
---|---|---|
$value | string |
The attribute to be validated |
return | boolean |
Whether the value is a reserved PHP keyword. |
Please login to continue.