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 position * * @phpstub * * @param resource $psdoc * @para..

Decoded Output download

<?php

/**
 * Output text at position
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param string $text
 * @param int $len
 * @param float $xcoor
 * @param float $ycoor
 *
 * @return bool 
 */
function ps_show_xy2($psdoc, $text, $len, $xcoor, $ycoor)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Output text at position
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param string $text
 * @param int $len
 * @param float $xcoor
 * @param float $ycoor
 *
 * @return bool 
 */
function ps_show_xy2($psdoc, $text, $len, $xcoor, $ycoor)
{
}

Function Calls

None

Variables

None

Stats

MD5 b65d15c901f5b8f5a00cf4551d0341a1
Eval Count 0
Decode Time 80 ms