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 indistinguishable sockets and stores them in an array * ..

Decoded Output download

<?php

/**
 * Creates a pair of indistinguishable sockets and stores them in an array
 *
 * @phpstub
 *
 * @param int $domain
 * @param int $type
 * @param int $protocol
 * @param array $fd
 *
 * @return bool 
 */
function socket_create_pair($domain, $type, $protocol, &$fd)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Creates a pair of indistinguishable sockets and stores them in an array
 *
 * @phpstub
 *
 * @param int $domain
 * @param int $type
 * @param int $protocol
 * @param array $fd
 *
 * @return bool 
 */
function socket_create_pair($domain, $type, $protocol, &$fd)
{
}

Function Calls

None

Variables

None

Stats

MD5 f7e78a22823de6f98a00469a8a3c3ca6
Eval Count 0
Decode Time 82 ms