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 /** * Perform search * * @phpstub * * @param resource $agent * @param string ..

Decoded Output download

<?php

/**
 * Perform search
 *
 * @phpstub
 *
 * @param resource $agent
 * @param string $query
 *
 * @return resource Returns a result link identifier on success.
 */
function udm_find($agent, $query)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Perform search
 *
 * @phpstub
 *
 * @param resource $agent
 * @param string $query
 *
 * @return resource Returns a result link identifier on success.
 */
function udm_find($agent, $query)
{
}

Function Calls

None

Variables

None

Stats

MD5 1a493e772cbec2e258aad7a2a9e52a36
Eval Count 0
Decode Time 113 ms