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 /** * Reads a maximum of length bytes from a socket * * @phpstub * * @param re..

Decoded Output download

<?php

/**
 * Reads a maximum of length bytes from a socket
 *
 * @phpstub
 *
 * @param resource $socket
 * @param int $length
 * @param int $type
 *
 * @return string returns the data as a string on success,
 *                or false on error (including if the remote host has closed the
 *                connection). The error code can be retrieved with
 *                . This code may be passed to
 *                to get a textual representation of
 *                the error.
 */
function socket_read($socket, $length, $type = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Reads a maximum of length bytes from a socket
 *
 * @phpstub
 *
 * @param resource $socket
 * @param int $length
 * @param int $type
 *
 * @return string returns the data as a string on success,
 *                or false on error (including if the remote host has closed the
 *                connection). The error code can be retrieved with
 *                . This code may be passed to
 *                to get a textual representation of
 *                the error.
 */
function socket_read($socket, $length, $type = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 3b6f9cab722ef825bf41f13d07a1d124
Eval Count 0
Decode Time 83 ms