token_get_all() parses the given source string into PHP language tokens using the Zend engines lexical scanner. The function returns an array of token descriptions. Each array element itself is either a one character string or itself an array containing a token id and the string representation of that token in the source code.
Poprzedni | Spis treści | Następny |
Tokenizer functions | Początek rozdziału | token_name |