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 /** * Sets translation * * @phpstub * * @param resource $psdoc * @param float..
Decoded Output download
<?php
/**
* Sets translation
*
* @phpstub
*
* @param resource $psdoc
* @param float $x
* @param float $y
*
* @return bool
*/
function ps_translate($psdoc, $x, $y)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Sets translation
*
* @phpstub
*
* @param resource $psdoc
* @param float $x
* @param float $y
*
* @return bool
*/
function ps_translate($psdoc, $x, $y)
{
}
Function Calls
None |
Stats
MD5 | 9df73c857fc807471fac45b71f9ec769 |
Eval Count | 0 |
Decode Time | 92 ms |