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 /** * Receives data from a socket whether or not it is connection-oriented * * @..
Decoded Output download
<?php
/**
* Receives data from a socket whether or not it is connection-oriented
*
* @phpstub
*
* @param resource $socket
* @param string $buf
* @param int $len
* @param int $flags
* @param string $name
* @param int $port
*
* @return int returns the number of bytes received,
* or false if there was an error. The actual error code can be retrieved by
* calling . This error code may be
* passed to to get a textual explanation
* of the error.
*/
function socket_recvfrom($socket, &$buf, $len, $flags, &$name, &$port = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Receives data from a socket whether or not it is connection-oriented
*
* @phpstub
*
* @param resource $socket
* @param string $buf
* @param int $len
* @param int $flags
* @param string $name
* @param int $port
*
* @return int returns the number of bytes received,
* or false if there was an error. The actual error code can be retrieved by
* calling . This error code may be
* passed to to get a textual explanation
* of the error.
*/
function socket_recvfrom($socket, &$buf, $len, $flags, &$name, &$port = NULL)
{
}
Function Calls
None |
Stats
MD5 | 2b07014d37bbd8094ff4a41a809fd895 |
Eval Count | 0 |
Decode Time | 79 ms |