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 /** * Places image on the page * * @phpstub * * @param resource $psdoc * @par..
Decoded Output download
<?php
/**
* Places image on the page
*
* @phpstub
*
* @param resource $psdoc
* @param int $imageid
* @param float $x
* @param float $y
* @param float $scale
*
* @return bool
*/
function ps_place_image($psdoc, $imageid, $x, $y, $scale)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Places image on the page
*
* @phpstub
*
* @param resource $psdoc
* @param int $imageid
* @param float $x
* @param float $y
* @param float $scale
*
* @return bool
*/
function ps_place_image($psdoc, $imageid, $x, $y, $scale)
{
}
Function Calls
None |
Stats
MD5 | c5faf7dc5b8c84c66dc74d84b95d0f28 |
Eval Count | 0 |
Decode Time | 82 ms |