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 /** * Retrieve the system error message associated with the given errno * * @php..

Decoded Output download

<?php

/**
 * Retrieve the system error message associated with the given errno
 *
 * @phpstub
 *
 * @param int $errno
 *
 * @return string Returns the error message, as a string.
 */
function posix_strerror($errno)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Retrieve the system error message associated with the given errno
 *
 * @phpstub
 *
 * @param int $errno
 *
 * @return string Returns the error message, as a string.
 */
function posix_strerror($errno)
{
}

Function Calls

None

Variables

None

Stats

MD5 ed81c094c4b698c8b1683eca48420e5d
Eval Count 0
Decode Time 84 ms