(PHP 8)
PhpToken::isIgnorable — Tells whether the token would be ignored by the PHP parser.
public PhpToken::isIgnorable ( ) : bool
Tells whether the token would be ignored by the PHP parser.
This function has no parameters.
A boolean value whether the token would be ignored by the PHP parser (such as whitespace or comments).
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/phptoken.isignorable.php