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 structure element or other content item * * @phpstub * * @param re..

Decoded Output download

<?php

/**
 * Close structure element or other content item
 *
 * @phpstub
 *
 * @param resource $pdfdoc
 * @param int $id
 *
 * @return bool
 */
function PDF_end_item($pdfdoc, $id)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Close structure element or other content item
 *
 * @phpstub
 *
 * @param resource $pdfdoc
 * @param int $id
 *
 * @return bool
 */
function PDF_end_item($pdfdoc, $id)
{
}

Function Calls

None

Variables

None

Stats

MD5 6a15ef31a6f7c16ee8dfd172e9a00a45
Eval Count 0
Decode Time 83 ms