| [ Index ] |
PHP Cross Reference of Limb3 |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 188 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Class: lmbPHPTokenizer - X-Ref
The scanner tokenizes input content ({@link input()})| __construct($input = '') X-Ref |
| Constructor param: string input content |
| input($input = false) X-Ref |
| get input if no param supplied or set input if param is a non-empty string param: string input content return: string|bool |
| reset() X-Ref |
| Tokenize input content and reset current token position and line number return: void |
| next() X-Ref |
| Fetch the next token return: string|array token from tokenizer |
| back() X-Ref |
| Go back one token (reverse of {@link next()}) return: false|string|array |
| line() X-Ref |
| Get the current line number return: integer |
| Generated: Fri Dec 5 04:05:07 2008 | Cross-referenced by PHPXref 0.7 |