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 /** * Skew the coordinate system * * @phpstub * * @param resource $p * @param..

Decoded Output download

<?php

/**
 * Skew the coordinate system
 *
 * @phpstub
 *
 * @param resource $p
 * @param float $alpha
 * @param float $beta
 *
 * @return bool
 */
function PDF_skew($p, $alpha, $beta)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Skew the coordinate system
 *
 * @phpstub
 *
 * @param resource $p
 * @param float $alpha
 * @param float $beta
 *
 * @return bool
 */
function PDF_skew($p, $alpha, $beta)
{
}

Function Calls

None

Variables

None

Stats

MD5 3aef066b05ef88b27318918e1ed87b44
Eval Count 0
Decode Time 82 ms