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 /** * Add file attachment for current page [deprecated] * * @phpstub * * @para..
Decoded Output download
<?php
/**
* Add file attachment for current page [deprecated]
*
* @phpstub
*
* @param resource $pdfdoc
* @param float $llx
* @param float $lly
* @param float $urx
* @param float $ury
* @param string $filename
* @param string $description
* @param string $author
* @param string $mimetype
* @param string $icon
*
* @return bool
*/
function PDF_attach_file($pdfdoc, $llx, $lly, $urx, $ury, $filename, $description, $author, $mimetype, $icon)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Add file attachment for current page [deprecated]
*
* @phpstub
*
* @param resource $pdfdoc
* @param float $llx
* @param float $lly
* @param float $urx
* @param float $ury
* @param string $filename
* @param string $description
* @param string $author
* @param string $mimetype
* @param string $icon
*
* @return bool
*/
function PDF_attach_file($pdfdoc, $llx, $lly, $urx, $ury, $filename, $description, $author, $mimetype, $icon)
{
}
Function Calls
None |
Stats
MD5 | 2b4c37ce57d4f4c95b70ae6b5e30b50a |
Eval Count | 0 |
Decode Time | 80 ms |