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 /** * Body tag of hw_document * * @phpstub * * @param int $hw_document * @par..
Decoded Output download
<?php
/**
* Body tag of hw_document
*
* @phpstub
*
* @param int $hw_document
* @param string $prefix
*
* @return string Returns the BODY tag as a string.
*/
function hw_Document_BodyTag($hw_document, $prefix = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Body tag of hw_document
*
* @phpstub
*
* @param int $hw_document
* @param string $prefix
*
* @return string Returns the BODY tag as a string.
*/
function hw_Document_BodyTag($hw_document, $prefix = NULL)
{
}
Function Calls
None |
Stats
MD5 | d686ae9a616f55b4ad2eae022efff66e |
Eval Count | 0 |
Decode Time | 82 ms |