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 /** * Close the input PDF document [deprecated] * * @phpstub * * @param resour..

Decoded Output download

<?php

/**
 * Close the input PDF document [deprecated]
 *
 * @phpstub
 *
 * @param resource $p
 * @param int $doc
 *
 * @return bool
 */
function PDF_close_pdi($p, $doc)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Close the input PDF document [deprecated]
 *
 * @phpstub
 *
 * @param resource $p
 * @param int $doc
 *
 * @return bool
 */
function PDF_close_pdi($p, $doc)
{
}

Function Calls

None

Variables

None

Stats

MD5 40a2d5f062114f6de986eb3030a6ce1a
Eval Count 0
Decode Time 100 ms