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 /** * Returns number of hits for last search * * @phpstub * * @param resource ..

Decoded Output download

<?php

/**
 * Returns number of hits for last search
 *
 * @phpstub
 *
 * @param resource $id
 * @param array $searchresult
 *
 * @return int Returns the number of hits for the last search or 0 if no search was
 *             performed.
 */
function yaz_hits($id, &$searchresult = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns number of hits for last search
 *
 * @phpstub
 *
 * @param resource $id
 * @param array $searchresult
 *
 * @return int Returns the number of hits for the last search or 0 if no search was
 *             performed.
 */
function yaz_hits($id, &$searchresult = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 fac595db0484913226d5c088961e0c5c
Eval Count 0
Decode Time 78 ms