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 /** * Deactivate all active layers * * @phpstub * * @param resource $pdfdoc *..
Decoded Output download
<?php
/**
* Deactivate all active layers
*
* @phpstub
*
* @param resource $pdfdoc
*
* @return bool
*/
function PDF_end_layer($pdfdoc)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Deactivate all active layers
*
* @phpstub
*
* @param resource $pdfdoc
*
* @return bool
*/
function PDF_end_layer($pdfdoc)
{
}
Function Calls
None |
Stats
MD5 | 3469e47720c6cb52232cb34083b0dc00 |
Eval Count | 0 |
Decode Time | 101 ms |