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 /** * Initiates a connection on a socket * * @phpstub * * @param resource $soc..

Decoded Output download

<?php

/**
 * Initiates a connection on a socket
 *
 * @phpstub
 *
 * @param resource $socket
 * @param string $address
 * @param int $port
 *
 * @return bool The error code can be retrieved with
 *              . This code may be passed to
 *              to get a textual explanation of the
 *              error.
 */
function socket_connect($socket, $address, $port = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Initiates a connection on a socket
 *
 * @phpstub
 *
 * @param resource $socket
 * @param string $address
 * @param int $port
 *
 * @return bool The error code can be retrieved with
 *              . This code may be passed to
 *              to get a textual explanation of the
 *              error.
 */
function socket_connect($socket, $address, $port = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 6be60e33be38b520eac12d67085855d9
Eval Count 0
Decode Time 102 ms