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 /** * Set text position * * @phpstub * * @param resource $p * @param float $x..

Decoded Output download

<?php

/**
 * Set text position
 *
 * @phpstub
 *
 * @param resource $p
 * @param float $x
 * @param float $y
 *
 * @return bool
 */
function PDF_set_text_pos($p, $x, $y)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set text position
 *
 * @phpstub
 *
 * @param resource $p
 * @param float $x
 * @param float $y
 *
 * @return bool
 */
function PDF_set_text_pos($p, $x, $y)
{
}

Function Calls

None

Variables

None

Stats

MD5 f5df3f390ca92f102973357b129b3e50
Eval Count 0
Decode Time 75 ms