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 /** * Return object record and lock object * * @phpstub * * @param int $connec..
Decoded Output download
<?php
/**
* Return object record and lock object
*
* @phpstub
*
* @param int $connection
* @param int $objectID
*
* @return string Returns the object record for the object with ID
* .
*/
function hw_GetAndLock($connection, $objectID)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return object record and lock object
*
* @phpstub
*
* @param int $connection
* @param int $objectID
*
* @return string Returns the object record for the object with ID
* .
*/
function hw_GetAndLock($connection, $objectID)
{
}
Function Calls
None |
Stats
MD5 | 1c99bdfddb38446a2a07b3e726176488 |
Eval Count | 0 |
Decode Time | 121 ms |