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 /** * Open a ZIP file archive * * @phpstub * * @param string $filename * * @..
Decoded Output download
<?php
/**
* Open a ZIP file archive
*
* @phpstub
*
* @param string $filename
*
* @return resource Returns a resource handle for later use with
* and
* or returns the number of error if does not
* exist or in case of other error.
*/
function zip_open($filename)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Open a ZIP file archive
*
* @phpstub
*
* @param string $filename
*
* @return resource Returns a resource handle for later use with
* and
* or returns the number of error if does not
* exist or in case of other error.
*/
function zip_open($filename)
{
}
Function Calls
None |
Stats
MD5 | 2c4cd7fe28e09228b2454783463390db |
Eval Count | 0 |
Decode Time | 93 ms |