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

Decoded Output download

<?php

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

Did this file decode correctly?

Original Code

<?php

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

Function Calls

None

Variables

None

Stats

MD5 97d6d5af7c6bf8e66bfbecbefbbf529e
Eval Count 0
Decode Time 92 ms