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 /** * Suspend page * * @phpstub * * @param resource $pdfdoc * @param string $..
Decoded Output download
<?php
/**
* Suspend page
*
* @phpstub
*
* @param resource $pdfdoc
* @param string $optlist
*
* @return bool
*/
function PDF_suspend_page($pdfdoc, $optlist)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Suspend page
*
* @phpstub
*
* @param resource $pdfdoc
* @param string $optlist
*
* @return bool
*/
function PDF_suspend_page($pdfdoc, $optlist)
{
}
Function Calls
None |
Stats
MD5 | e9c51782c67974d756161888175c8178 |
Eval Count | 0 |
Decode Time | 90 ms |