[ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
compatibility functions This file contains a few functions that might be missing from the PHP build
File Size: | 83 lines (2 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
ctype_space($text) X-Ref |
Check for whitespace character(s) see: ctype_space return: bool param: string $text |
ctype_digit($text) X-Ref |
Check for numeric character(s) see: ctype_digit return: bool param: string $text |
gzopen($filename, $mode, $use_include_path = 0) X-Ref |
work around for PHP compiled against certain zlib versions #865 return: mixed link: http://stackoverflow.com/questions/23417519/php-zlib-gzopen-not-exists param: string $filename param: string $mode param: int $use_include_path |
gzseek($zp, $offset, $whence = SEEK_SET) X-Ref |
work around for PHP compiled against certain zlib versions #865 return: int link: http://stackoverflow.com/questions/23417519/php-zlib-gzopen-not-exists param: resource $zp param: int $offset param: int $whence |
gztell($zp) X-Ref |
work around for PHP compiled against certain zlib versions #865 return: int link: http://stackoverflow.com/questions/23417519/php-zlib-gzopen-not-exists param: resource $zp |