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 /** * Start layer * * @phpstub * * @param resource $pdfdoc * @param int $laye..
Decoded Output download
<?php
/**
* Start layer
*
* @phpstub
*
* @param resource $pdfdoc
* @param int $layer
*
* @return bool
*/
function PDF_begin_layer($pdfdoc, $layer)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Start layer
*
* @phpstub
*
* @param resource $pdfdoc
* @param int $layer
*
* @return bool
*/
function PDF_begin_layer($pdfdoc, $layer)
{
}
Function Calls
None |
Stats
MD5 | 2f790042e4ea3a7be0fb1bd296cf8fda |
Eval Count | 0 |
Decode Time | 85 ms |