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