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 /** * Binds a name to a socket * * @phpstub * * @param resource $socket * @pa..
Decoded Output download
<?php
/**
* Binds a name to a socket
*
* @phpstub
*
* @param resource $socket
* @param string $address
* @param int $port
*
* @return bool
*/
function socket_bind($socket, $address, $port = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Binds a name to a socket
*
* @phpstub
*
* @param resource $socket
* @param string $address
* @param int $port
*
* @return bool
*/
function socket_bind($socket, $address, $port = false)
{
}
Function Calls
| None |
Stats
| MD5 | e798d7088ef9d3813cb270b791d1f86f |
| Eval Count | 0 |
| Decode Time | 88 ms |