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 /** * Returns string describing the IDNA error code * * @phpstub * * @param in..

Decoded Output download

<?php

/**
 * Returns string describing the IDNA error code
 *
 * @phpstub
 *
 * @param int $errorcode
 *
 * @return string The corresponding libidn error message string is returned.
 */
function idn_strerror($errorcode)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns string describing the IDNA error code
 *
 * @phpstub
 *
 * @param int $errorcode
 *
 * @return string The corresponding libidn error message string is returned.
 */
function idn_strerror($errorcode)
{
}

Function Calls

None

Variables

None

Stats

MD5 f4ffee524ad7fab5e77f2d8ac0d503db
Eval Count 0
Decode Time 69 ms