PhpToken::isIgnorableTells whether the token would be ignored by the PHP parser. Description
public bool PhpToken::isIgnorable()
Tells whether the token would be ignored by the PHP parser. ParametersThis function has no parameters. Return ValuesA boolean value whether the token would be ignored by the PHP parser (such as whitespace or comments). ExamplesExample #1 PhpToken::isIgnorable example
See Also
|