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 /** * Sets nonblocking mode for file descriptor fd * * @phpstub * * @param res..

Decoded Output download

<?php

/**
 * Sets nonblocking mode for file descriptor fd
 *
 * @phpstub
 *
 * @param resource $socket
 *
 * @return bool 
 */
function socket_set_nonblock($socket)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets nonblocking mode for file descriptor fd
 *
 * @phpstub
 *
 * @param resource $socket
 *
 * @return bool 
 */
function socket_set_nonblock($socket)
{
}

Function Calls

None

Variables

None

Stats

MD5 06dc13554c877c71a5310fb4bd867640
Eval Count 0
Decode Time 80 ms