PhpToken::isIgnorableトークンがPHPパーサから無視されるかを調べる 説明
public bool PhpToken::isIgnorable()
トークンがPHPパーサから無視されるかを判定します。 パラメータこの関数にはパラメータはありません。 戻り値A boolean value whether the token would be ignored by the PHP parser (such as whitespace or comments). 例例1 PhpToken::isIgnorable example
参考
|