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 /** * Return a string describing a socket error * * @phpstub * * @param int $e..

Decoded Output download

<?php

/**
 * Return a string describing a socket error
 *
 * @phpstub
 *
 * @param int $errno
 *
 * @return string Returns the error message associated with the
 *                parameter.
 */
function socket_strerror($errno)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Return a string describing a socket error
 *
 * @phpstub
 *
 * @param int $errno
 *
 * @return string Returns the error message associated with the
 *                parameter.
 */
function socket_strerror($errno)
{
}

Function Calls

None

Variables

None

Stats

MD5 35fa8f8a713f111ddb95c30228b27ff5
Eval Count 0
Decode Time 88 ms