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 a bzip2 file * * @phpstub * * @param resource $bz * * @return in..
Decoded Output download
<?php
/**
* Close a bzip2 file
*
* @phpstub
*
* @param resource $bz
*
* @return int
*/
function bzclose($bz)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Close a bzip2 file
*
* @phpstub
*
* @param resource $bz
*
* @return int
*/
function bzclose($bz)
{
}
Function Calls
None |
Stats
MD5 | 7ec76d7c2186e6dd5f1a035c28a0aad9 |
Eval Count | 0 |
Decode Time | 75 ms |