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 /** * Convert UTF-8 encoded domain name to ASCII * * @phpstub * * @param strin..

Decoded Output download

<?php

/**
 * Convert UTF-8 encoded domain name to ASCII
 *
 * @phpstub
 *
 * @param string $utf8_domain
 * @param int $errorcode
 *
 * @return string The ACE encoded version of the domain name .
 */
function idn_to_ascii($utf8_domain, &$errorcode = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Convert UTF-8 encoded domain name to ASCII
 *
 * @phpstub
 *
 * @param string $utf8_domain
 * @param int $errorcode
 *
 * @return string The ACE encoded version of the domain name .
 */
function idn_to_ascii($utf8_domain, &$errorcode = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 d49f9896795faef0c764dd94097e13f2
Eval Count 0
Decode Time 88 ms