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 /** * Set annotation for current page [deprecated] * * @phpstub * * @param res..
Decoded Output download
<?php
/**
* Set annotation for current page [deprecated]
*
* @phpstub
*
* @param resource $pdfdoc
* @param float $llx
* @param float $lly
* @param float $urx
* @param float $ury
* @param string $contents
* @param string $title
* @param string $icon
* @param int $open
*
* @return bool
*/
function PDF_add_note($pdfdoc, $llx, $lly, $urx, $ury, $contents, $title, $icon, $open)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set annotation for current page [deprecated]
*
* @phpstub
*
* @param resource $pdfdoc
* @param float $llx
* @param float $lly
* @param float $urx
* @param float $ury
* @param string $contents
* @param string $title
* @param string $icon
* @param int $open
*
* @return bool
*/
function PDF_add_note($pdfdoc, $llx, $lly, $urx, $ury, $contents, $title, $icon, $open)
{
}
Function Calls
None |
Stats
MD5 | bfe46244c432984f699841293db79b43 |
Eval Count | 0 |
Decode Time | 83 ms |