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 /** * Accept a connection on a socket created by * * @phpstub * * @param resou..

Decoded Output download

<?php

/**
 * Accept a connection on a socket created by
 *
 * @phpstub
 *
 * @param resource $server_socket
 * @param float $timeout
 * @param string $peername
 *
 * @return resource Returns a stream to the accepted socket connection.
 */
function stream_socket_accept($server_socket, $timeout = false, &$peername = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Accept a connection on a socket created by
 *
 * @phpstub
 *
 * @param resource $server_socket
 * @param float $timeout
 * @param string $peername
 *
 * @return resource Returns a stream to the accepted socket connection.
 */
function stream_socket_accept($server_socket, $timeout = false, &$peername = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 ee0b2b5750ba5e45c17ae93eb7cfe91e
Eval Count 0
Decode Time 104 ms