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 * * @phpstub * * @param int $connection * @param string $..
Decoded Output download
<?php
/**
* Search object
*
* @phpstub
*
* @param int $connection
* @param string $query
* @param int $max_hits
*
* @return array Returns an array of object ids.
*/
function hw_GetObjectByQuery($connection, $query, $max_hits)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Search object
*
* @phpstub
*
* @param int $connection
* @param string $query
* @param int $max_hits
*
* @return array Returns an array of object ids.
*/
function hw_GetObjectByQuery($connection, $query, $max_hits)
{
}
Function Calls
None |
Stats
MD5 | 78378bdefa0ffc971dfcd0b5e7cec637 |
Eval Count | 0 |
Decode Time | 81 ms |