[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 136 lines (4 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
HTMLPurifier_StringHashParser:: (3 methods):
parseFile()
parseMultiFile()
parseHandle()
Class: HTMLPurifier_StringHashParser - X-Ref
Parses string hash files. File format is as such:parseFile($file) X-Ref |
Parses a file that contains a single string-hash. param: string $file return: array |
parseMultiFile($file) X-Ref |
Parses a file that contains multiple string-hashes delimited by '----' param: string $file return: array |
parseHandle($fh) X-Ref |
Internal parser that acepts a file handle. param: resource $fh File handle with pointer at start of valid string-hash return: array |
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |