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 /** * Concatenate a matrix to the CTM * * @phpstub * * @param resource $p * @..

Decoded Output download

<?php

/**
 * Concatenate a matrix to the CTM
 *
 * @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_concat($p, $a, $b, $c, $d, $e, $f)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Concatenate a matrix to the CTM
 *
 * @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_concat($p, $a, $b, $c, $d, $e, $f)
{
}

Function Calls

None

Variables

None

Stats

MD5 f0f3f437ecab24386279e700bc27d4c0
Eval Count 0
Decode Time 86 ms