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 /** * Fill PDF block with variable data * * @phpstub * * @param resource $pdfd..
Decoded Output download
<?php
/**
* Fill PDF block with variable data
*
* @phpstub
*
* @param resource $pdfdoc
* @param int $page
* @param string $blockname
* @param int $contents
* @param string $optlist
*
* @return int
*/
function PDF_fill_pdfblock($pdfdoc, $page, $blockname, $contents, $optlist)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Fill PDF block with variable data
*
* @phpstub
*
* @param resource $pdfdoc
* @param int $page
* @param string $blockname
* @param int $contents
* @param string $optlist
*
* @return int
*/
function PDF_fill_pdfblock($pdfdoc, $page, $blockname, $contents, $optlist)
{
}
Function Calls
None |
Stats
MD5 | 4b7fb4647b4e1f1571bd2114215d9804 |
Eval Count | 0 |
Decode Time | 101 ms |