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 /** * Get numerical parameter * * @phpstub * * @param resource $p * @param st..

Decoded Output download

<?php

/**
 * Get numerical parameter
 *
 * @phpstub
 *
 * @param resource $p
 * @param string $key
 * @param float $modifier
 *
 * @return float
 */
function PDF_get_value($p, $key, $modifier)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get numerical parameter
 *
 * @phpstub
 *
 * @param resource $p
 * @param string $key
 * @param float $modifier
 *
 * @return float
 */
function PDF_get_value($p, $key, $modifier)
{
}

Function Calls

None

Variables

None

Stats

MD5 f6e04543444df0fa221b954871f6c85e
Eval Count 0
Decode Time 76 ms