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 /** * Returns content of hw_document * * @phpstub * * @param int $hw_document ..

Decoded Output download

<?php

/**
 * Returns content of hw_document
 *
 * @phpstub
 *
 * @param int $hw_document
 *
 * @return string Returns the content of the document. If the document is an HTML
 *                document the content is everything after the BODY tag. Information
 *                from the HEAD and BODY tag is in the stored in the object record.
 */
function hw_Document_Content($hw_document)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns content of hw_document
 *
 * @phpstub
 *
 * @param int $hw_document
 *
 * @return string Returns the content of the document. If the document is an HTML
 *                document the content is everything after the BODY tag. Information
 *                from the HEAD and BODY tag is in the stored in the object record.
 */
function hw_Document_Content($hw_document)
{
}

Function Calls

None

Variables

None

Stats

MD5 82db0b12912536f6a5dafff021d46daf
Eval Count 0
Decode Time 86 ms