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 current transformation matrix * * @phpstub * * @param resource $p *..

Decoded Output download

<?php

/**
 * Set current transformation matrix
 *
 * @phpstub
 *
 * @param resource $p
 * @param float $a
 * @param float $b
 * @param float $c
 * @param float $d
 * @param float $e
 * @param float $f
 *
 * @return bool
 */
function PDF_setmatrix($p, $a, $b, $c, $d, $e, $f)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set current transformation matrix
 *
 * @phpstub
 *
 * @param resource $p
 * @param float $a
 * @param float $b
 * @param float $c
 * @param float $d
 * @param float $e
 * @param float $f
 *
 * @return bool
 */
function PDF_setmatrix($p, $a, $b, $c, $d, $e, $f)
{
}

Function Calls

None

Variables

None

Stats

MD5 9ba06eed4857cd5a024ea6c0c26b7649
Eval Count 0
Decode Time 95 ms