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