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 /** * Fill document info field * * @phpstub * * @param resource $p * @param s..

Decoded Output download

<?php

/**
 * Fill document info field
 *
 * @phpstub
 *
 * @param resource $p
 * @param string $key
 * @param string $value
 *
 * @return bool
 */
function PDF_set_info($p, $key, $value)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Fill document info field
 *
 * @phpstub
 *
 * @param resource $p
 * @param string $key
 * @param string $value
 *
 * @return bool
 */
function PDF_set_info($p, $key, $value)
{
}

Function Calls

None

Variables

None

Stats

MD5 e9df6835ae4864d585494a132cf4b235
Eval Count 0
Decode Time 90 ms