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 /** * Creates a pair of connected, indistinguishable socket streams * * @phpstub..

Decoded Output download

<?php

/**
 * Creates a pair of connected, indistinguishable socket streams
 *
 * @phpstub
 *
 * @param int $domain
 * @param int $type
 * @param int $protocol
 *
 * @return array Returns an ``array`` with the two socket resources on success, or
 *               false on failure.
 */
function stream_socket_pair($domain, $type, $protocol)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Creates a pair of connected, indistinguishable socket streams
 *
 * @phpstub
 *
 * @param int $domain
 * @param int $type
 * @param int $protocol
 *
 * @return array Returns an ``array`` with the two socket resources on success, or
 *               false on failure.
 */
function stream_socket_pair($domain, $type, $protocol)
{
}

Function Calls

None

Variables

None

Stats

MD5 8cf10f1e8247a3969613772337c18d5f
Eval Count 0
Decode Time 89 ms