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 /** * Place table on page * * @phpstub * * @param resource $pdfdoc * @param i..
Decoded Output download
<?php
/**
* Place table on page
*
* @phpstub
*
* @param resource $pdfdoc
* @param int $table
* @param float $llx
* @param float $lly
* @param float $urx
* @param float $ury
* @param string $optlist
*
* @return string
*/
function PDF_fit_table($pdfdoc, $table, $llx, $lly, $urx, $ury, $optlist)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Place table on page
*
* @phpstub
*
* @param resource $pdfdoc
* @param int $table
* @param float $llx
* @param float $lly
* @param float $urx
* @param float $ury
* @param string $optlist
*
* @return string
*/
function PDF_fit_table($pdfdoc, $table, $llx, $lly, $urx, $ury, $optlist)
{
}
Function Calls
None |
Stats
MD5 | ec93cc8769084c0555c95c6de0a1ad0a |
Eval Count | 0 |
Decode Time | 86 ms |