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 /** * Object id object belonging to anchor * * @phpstub * * @param int $connec..
Decoded Output download
<?php
/**
* Object id object belonging to anchor
*
* @phpstub
*
* @param int $connection
* @param int $anchorID
*
* @return int Returns the document object id.
*/
function hw_DocByAnchor($connection, $anchorID)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Object id object belonging to anchor
*
* @phpstub
*
* @param int $connection
* @param int $anchorID
*
* @return int Returns the document object id.
*/
function hw_DocByAnchor($connection, $anchorID)
{
}
Function Calls
| None |
Stats
| MD5 | 9a5c81609aa49ecf95d523126a0e3bda |
| Eval Count | 0 |
| Decode Time | 79 ms |