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 /** * Search object in collection * * @phpstub * * @param int $connection * @..

Decoded Output download

<?php

/**
 * Search object in collection
 *
 * @phpstub
 *
 * @param int $connection
 * @param int $objectID
 * @param string $query
 * @param int $max_hits
 *
 * @return array Returns an array of object ids.
 */
function hw_GetObjectByQueryColl($connection, $objectID, $query, $max_hits)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Search object in collection
 *
 * @phpstub
 *
 * @param int $connection
 * @param int $objectID
 * @param string $query
 * @param int $max_hits
 *
 * @return array Returns an array of object ids.
 */
function hw_GetObjectByQueryColl($connection, $objectID, $query, $max_hits)
{
}

Function Calls

None

Variables

None

Stats

MD5 a614ff350cf6898b23d7346738d788e8
Eval Count 0
Decode Time 72 ms