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 /** * Fetches the machine's default NIS domain * * @phpstub * * @return string..
Decoded Output download
<?php
/**
* Fetches the machine's default NIS domain
*
* @phpstub
*
* @return string Returns the default domain of the node or false. Can be used as the
* domain parameter for successive NIS calls.
*/
function yp_get_default_domain()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Fetches the machine's default NIS domain
*
* @phpstub
*
* @return string Returns the default domain of the node or false. Can be used as the
* domain parameter for successive NIS calls.
*/
function yp_get_default_domain()
{
}
Function Calls
None |
Stats
MD5 | 23b8aa9d5557beda7ec7d0929f6c3df3 |
Eval Count | 0 |
Decode Time | 93 ms |