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 records of child collections * * @phpstub * * @param int $connect..
Decoded Output download
<?php
/**
* Object records of child collections
*
* @phpstub
*
* @param int $connection
* @param int $objectID
*
* @return array Returns an array of object records.
*/
function hw_GetChildCollObj($connection, $objectID)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Object records of child collections
*
* @phpstub
*
* @param int $connection
* @param int $objectID
*
* @return array Returns an array of object records.
*/
function hw_GetChildCollObj($connection, $objectID)
{
}
Function Calls
None |
Stats
MD5 | a50cd299ce37dc929a9d7039c0c9adf4 |
Eval Count | 0 |
Decode Time | 79 ms |