| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 305 lines (7 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
GlobalFunctionsHelper:: (22 methods):
fopen()
fgets()
fputs()
fflush()
fseek()
fgetcsv()
fputcsv()
fwrite()
fclose()
rewind()
file_exists()
file_get_contents()
convertToUseRealPath()
isZipStream()
feof()
is_readable()
basename()
header()
iconv()
mb_convert_encoding()
stream_get_wrappers()
function_exists()
Class: GlobalFunctionsHelper - X-Ref
Class GlobalFunctionsHelper| fopen($fileName, $mode) X-Ref |
| Wrapper around global function fopen() param: string $fileName param: string $mode return: resource|bool |
| fgets($handle, $length = null) X-Ref |
| Wrapper around global function fgets() param: resource $handle param: int|void $length return: string |
| fputs($handle, $string) X-Ref |
| Wrapper around global function fputs() param: resource $handle param: string $string return: int |
| fflush($handle) X-Ref |
| Wrapper around global function fflush() param: resource $handle return: bool |
| fseek($handle, $offset) X-Ref |
| Wrapper around global function fseek() param: resource $handle param: int $offset return: int |
| fgetcsv($handle, $length = null, $delimiter = null, $enclosure = null) X-Ref |
| Wrapper around global function fgetcsv() param: resource $handle param: int|void $length param: string|void $delimiter param: string|void $enclosure return: array |
| fputcsv($handle, array $fields, $delimiter = null, $enclosure = null) X-Ref |
| Wrapper around global function fputcsv() param: resource $handle param: array $fields param: string|void $delimiter param: string|void $enclosure return: int |
| fwrite($handle, $string) X-Ref |
| Wrapper around global function fwrite() param: resource $handle param: string $string return: int |
| fclose($handle) X-Ref |
| Wrapper around global function fclose() param: resource $handle return: bool |
| rewind($handle) X-Ref |
| Wrapper around global function rewind() param: resource $handle return: bool |
| file_exists($fileName) X-Ref |
| Wrapper around global function file_exists() param: string $fileName return: bool |
| file_get_contents($filePath) X-Ref |
| Wrapper around global function file_get_contents() param: string $filePath return: string |
| convertToUseRealPath($filePath) X-Ref |
| Updates the given file path to use a real path. This is to avoid issues on some Windows setup. param: string $filePath File path return: string The file path using a real path |
| isZipStream($path) X-Ref |
| Returns whether the given path is a zip stream. param: string $path Path pointing to a document return: bool TRUE if path is a zip stream, FALSE otherwise |
| feof($handle) X-Ref |
| Wrapper around global function feof() param: resource return: bool |
| is_readable($fileName) X-Ref |
| Wrapper around global function is_readable() param: string $fileName return: bool |
| basename($path, $suffix = null) X-Ref |
| Wrapper around global function basename() param: string $path param: string|void $suffix return: string |
| header($string) X-Ref |
| Wrapper around global function header() param: string $string return: void |
| iconv($string, $sourceEncoding, $targetEncoding) X-Ref |
| Wrapper around global function iconv() param: string $string The string to be converted param: string $sourceEncoding The encoding of the source string param: string $targetEncoding The encoding the source string should be converted to return: string|bool the converted string or FALSE on failure. |
| mb_convert_encoding($string, $sourceEncoding, $targetEncoding) X-Ref |
| Wrapper around global function mb_convert_encoding() param: string $string The string to be converted param: string $sourceEncoding The encoding of the source string param: string $targetEncoding The encoding the source string should be converted to return: string|bool the converted string or FALSE on failure. |
| stream_get_wrappers() X-Ref |
| Wrapper around global function stream_get_wrappers() return: array |
| function_exists($functionName) X-Ref |
| Wrapper around global function function_exists() param: string $functionName return: bool |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |