file_get_contents()
file_get_contents( $filename, $incpath = false, $resource_context = null)
Parameters
$filename | ||
$incpath | ||
$resource_context |
gzdecode( $data, $filename = '', $error = '', $maxlength = null)
3 more bugs found and fixed: 1. failed to work when the gz contained a filename - FIXED 2. failed to work on 64-bit architecture (checksum) - FIXED 3. failed to work when the gz contained a comment - cannot verify.
Returns some errors (not all!) and filename.
$data | ||
$filename | ||
$error | ||
$maxlength |