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 /** * Output text at current position * * @phpstub * * @param resource $pdfdoc..
Decoded Output download
<?php
/**
* Output text at current position
*
* @phpstub
*
* @param resource $pdfdoc
* @param string $text
*
* @return bool
*/
function PDF_show($pdfdoc, $text)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Output text at current position
*
* @phpstub
*
* @param resource $pdfdoc
* @param string $text
*
* @return bool
*/
function PDF_show($pdfdoc, $text)
{
}
Function Calls
None |
Stats
MD5 | 754c48b91049483b22e2013ca403abd7 |
Eval Count | 0 |
Decode Time | 86 ms |