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 /** * Retrieve the compression method of a directory entry * * @phpstub * * @p..
Decoded Output download
<?php
/**
* Retrieve the compression method of a directory entry
*
* @phpstub
*
* @param resource $zip_entry
*
* @return string The compression method.
*/
function zip_entry_compressionmethod($zip_entry)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Retrieve the compression method of a directory entry
*
* @phpstub
*
* @param resource $zip_entry
*
* @return string The compression method.
*/
function zip_entry_compressionmethod($zip_entry)
{
}
Function Calls
None |
Stats
MD5 | ecfcb38742a20b973caa5a7b83ca09f3 |
Eval Count | 0 |
Decode Time | 98 ms |