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 /** * Query language and locale information * * @phpstub * * @param int $item ..

Decoded Output download

<?php

/**
 * Query language and locale information
 *
 * @phpstub
 *
 * @param int $item
 *
 * @return string Returns the element as a string, or false if
 *                is not valid.
 */
function nl_langinfo($item)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Query language and locale information
 *
 * @phpstub
 *
 * @param int $item
 *
 * @return string Returns the element as a string, or false if
 *                is not valid.
 */
function nl_langinfo($item)
{
}

Function Calls

None

Variables

None

Stats

MD5 85a6a84ce57b6325dd9c2f96e983b6c7
Eval Count 0
Decode Time 90 ms