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 /** * Performs a tcpwrap check * * @phpstub * * @param string $daemon * @para..
Decoded Output download
<?php
/**
* Performs a tcpwrap check
*
* @phpstub
*
* @param string $daemon
* @param string $address
* @param string $user
* @param bool $nodns
*
* @return bool This function returns true if access should be granted, false otherwise.
*/
function tcpwrap_check($daemon, $address, $user = NULL, $nodns = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Performs a tcpwrap check
*
* @phpstub
*
* @param string $daemon
* @param string $address
* @param string $user
* @param bool $nodns
*
* @return bool This function returns true if access should be granted, false otherwise.
*/
function tcpwrap_check($daemon, $address, $user = NULL, $nodns = false)
{
}
Function Calls
None |
Stats
MD5 | 2badeae829bbcd939c9e4396b419ff07 |
Eval Count | 0 |
Decode Time | 91 ms |