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 /** * Create a socket (endpoint for communication) * * @phpstub * * @param int..
Decoded Output download
<?php
/**
* Create a socket (endpoint for communication)
*
* @phpstub
*
* @param int $domain
* @param int $type
* @param int $protocol
*
* @return resource returns a socket resource on success,
* or false on 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_create($domain, $type, $protocol)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Create a socket (endpoint for communication)
*
* @phpstub
*
* @param int $domain
* @param int $type
* @param int $protocol
*
* @return resource returns a socket resource on success,
* or false on 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_create($domain, $type, $protocol)
{
}
Function Calls
None |
Stats
MD5 | d7f0d6379af64cfe9a0146f853f3b4e7 |
Eval Count | 0 |
Decode Time | 68 ms |