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

Decoded Output download

<?php

/**
 * Sets position for text output
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param float $x
 * @param float $y
 *
 * @return bool 
 */
function ps_set_text_pos($psdoc, $x, $y)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets position for text output
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param float $x
 * @param float $y
 *
 * @return bool 
 */
function ps_set_text_pos($psdoc, $x, $y)
{
}

Function Calls

None

Variables

None

Stats

MD5 6af240fc3af8682345b445bcd26eff46
Eval Count 0
Decode Time 118 ms