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 origin of coordinate system * * @phpstub * * @param resource $p * @..

Decoded Output download

<?php

/**
 * Set origin of coordinate system
 *
 * @phpstub
 *
 * @param resource $p
 * @param float $tx
 * @param float $ty
 *
 * @return bool
 */
function PDF_translate($p, $tx, $ty)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set origin of coordinate system
 *
 * @phpstub
 *
 * @param resource $p
 * @param float $tx
 * @param float $ty
 *
 * @return bool
 */
function PDF_translate($p, $tx, $ty)
{
}

Function Calls

None

Variables

None

Stats

MD5 d4f1cc0d643a4dd93c991dbf4a336e5f
Eval Count 0
Decode Time 75 ms