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 the matched line * * @phpstub * * @param string $domain * @para..

Decoded Output download

<?php

/**
 * Returns the matched line
 *
 * @phpstub
 *
 * @param string $domain
 * @param string $map
 * @param string $key
 *
 * @return string Returns the value, or false on errors.
 */
function yp_match($domain, $map, $key)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the matched line
 *
 * @phpstub
 *
 * @param string $domain
 * @param string $map
 * @param string $key
 *
 * @return string Returns the value, or false on errors.
 */
function yp_match($domain, $map, $key)
{
}

Function Calls

None

Variables

None

Stats

MD5 22856cced80145151630798c5f7f31a6
Eval Count 0
Decode Time 104 ms