Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Create a gzip compressed string * * @phpstub * * @param string $data * ..
Decoded Output download
<?php
/**
* Create a gzip compressed string
*
* @phpstub
*
* @param string $data
* @param int $level
* @param int $encoding_mode
*
* @return string The encoded string, or false if an error occurred.
*/
function gzencode($data, $level = -1, $encoding_mode = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Create a gzip compressed string
*
* @phpstub
*
* @param string $data
* @param int $level
* @param int $encoding_mode
*
* @return string The encoded string, or false if an error occurred.
*/
function gzencode($data, $level = -1, $encoding_mode = false)
{
}
Function Calls
None |
Stats
MD5 | aa4f9d88730d63ab69e99c2ed77e6eb8 |
Eval Count | 0 |
Decode Time | 83 ms |