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 /** * Close an open gz-file pointer * * @phpstub * * @param resource $zp * *..
Decoded Output download
<?php
/**
* Close an open gz-file pointer
*
* @phpstub
*
* @param resource $zp
*
* @return bool
*/
function gzclose($zp)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Close an open gz-file pointer
*
* @phpstub
*
* @param resource $zp
*
* @return bool
*/
function gzclose($zp)
{
}
Function Calls
None |
Stats
MD5 | fb5dc10af0aa2dab1deb829a148000ad |
Eval Count | 0 |
Decode Time | 73 ms |