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 /** * Start template definition [deprecated] * * @phpstub * * @param resource ..
Decoded Output download
<?php
/**
* Start template definition [deprecated]
*
* @phpstub
*
* @param resource $pdfdoc
* @param float $width
* @param float $height
*
* @return int
*/
function PDF_begin_template($pdfdoc, $width, $height)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Start template definition [deprecated]
*
* @phpstub
*
* @param resource $pdfdoc
* @param float $width
* @param float $height
*
* @return int
*/
function PDF_begin_template($pdfdoc, $width, $height)
{
}
Function Calls
None |
Stats
MD5 | f8e6bc999d0537ab0a822331c482767b |
Eval Count | 0 |
Decode Time | 92 ms |