February 2013
Intermediate to advanced
538 pages
20h 55m
English
token_get_all
array token_get_all(string source)Parses the PHP code source into PHP
language tokens and returns them as an array. Each element in the
array contains a single character token or a three-element array
containing, in order, the token index, the source string representing
the token, and the line number the source
appeared in source.
Read now
Unlock full access