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 /** * Open image file * * @phpstub * * @param resource $pdfdoc * @param strin..
Decoded Output download
<?php
/**
* Open image file
*
* @phpstub
*
* @param resource $pdfdoc
* @param string $imagetype
* @param string $filename
* @param string $optlist
*
* @return int
*/
function PDF_load_image($pdfdoc, $imagetype, $filename, $optlist)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Open image file
*
* @phpstub
*
* @param resource $pdfdoc
* @param string $imagetype
* @param string $filename
* @param string $optlist
*
* @return int
*/
function PDF_load_image($pdfdoc, $imagetype, $filename, $optlist)
{
}
Function Calls
None |
Stats
MD5 | 35dd5d4aa80a770aee8c0f40f8ac1bd9 |
Eval Count | 0 |
Decode Time | 76 ms |