boolean contains(
string
$path)
|
|
Non StringTokenizer function, that indicates whether the specified path is contained in loaded tokens.
We can do this easily because in PHP implimentation we're using arrays.
Tags:
Parameters:
Tests if there are more path elements available from this tokenizer's path. If this method returns
true
, then a subsequent call to nextToken will successfully return a token.
Tags: