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 /** * Output text at given position * * @phpstub * * @param resource $psdoc *..
Decoded Output download
<?php
/**
* Output text at given position
*
* @phpstub
*
* @param resource $psdoc
* @param string $text
* @param float $x
* @param float $y
*
* @return bool
*/
function ps_show_xy($psdoc, $text, $x, $y)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Output text at given position
*
* @phpstub
*
* @param resource $psdoc
* @param string $text
* @param float $x
* @param float $y
*
* @return bool
*/
function ps_show_xy($psdoc, $text, $x, $y)
{
}
Function Calls
None |
Stats
MD5 | 2f732a924187e35a1b54bd8a5c8fe4a1 |
Eval Count | 0 |
Decode Time | 82 ms |