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 remote side of the given socket which may either result in host/..

Decoded Output download

<?php

/**
 * Queries the remote 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 $address
 * @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_getpeername($socket, &$address, &$port = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Queries the remote 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 $address
 * @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_getpeername($socket, &$address, &$port = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 6971a22fdb3459babc7cbc457c28653b
Eval Count 0
Decode Time 83 ms