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 /** * Traverse the map and call a function on each entry * * @phpstub * * @par..

Decoded Output download

<?php

/**
 * Traverse the map and call a function on each entry
 *
 * @phpstub
 *
 * @param string $domain
 * @param string $map
 * @param string $callback
 *
 * @return void 
 */
function yp_all($domain, $map, $callback)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Traverse the map and call a function on each entry
 *
 * @phpstub
 *
 * @param string $domain
 * @param string $map
 * @param string $callback
 *
 * @return void 
 */
function yp_all($domain, $map, $callback)
{
}

Function Calls

None

Variables

None

Stats

MD5 edb1bd77f03a7ed5b9414db7b7190cc8
Eval Count 0
Decode Time 75 ms