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 next key-value pair in the named map * * @phpstub * * @param..

Decoded Output download

<?php

/**
 * Returns the next key-value pair in the named map
 *
 * @phpstub
 *
 * @param string $domain
 * @param string $map
 * @param string $key
 *
 * @return array Returns the next key-value pair as an array, or false on errors.
 */
function yp_next($domain, $map, $key)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the next key-value pair in the named map
 *
 * @phpstub
 *
 * @param string $domain
 * @param string $map
 * @param string $key
 *
 * @return array Returns the next key-value pair as an array, or false on errors.
 */
function yp_next($domain, $map, $key)
{
}

Function Calls

None

Variables

None

Stats

MD5 7b27efc91348a379e74591683eff1a83
Eval Count 0
Decode Time 96 ms