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 /** * Queries the local side of the given socket which may either result in host/p..
Decoded Output download
<?php
/**
* Queries the local side of the given socket which may either result in host/port or in a Unix filesystem path, dependent on its type
*
* @phpstub
*
* @param resource $socket
* @param string $addr
* @param int $port
*
* @return bool may also return
* false if the socket type is not any of ,
* , or , in which
* case the last socket error code is updated.
*/
function socket_getsockname($socket, &$addr, &$port = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Queries the local side of the given socket which may either result in host/port or in a Unix filesystem path, dependent on its type
*
* @phpstub
*
* @param resource $socket
* @param string $addr
* @param int $port
*
* @return bool may also return
* false if the socket type is not any of ,
* , or , in which
* case the last socket error code is updated.
*/
function socket_getsockname($socket, &$addr, &$port = NULL)
{
}
Function Calls
None |
Stats
MD5 | c282fd3671ffc9f672c8cb1568bc88d1 |
Eval Count | 0 |
Decode Time | 87 ms |