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 /** * Get numeric formatting information * * @phpstub * * @return array return..
Decoded Output download
<?php
/**
* Get numeric formatting information
*
* @phpstub
*
* @return array returns data based upon the current locale
* as set by . The associative array that is
* returned contains the following fields:
*/
function localeconv()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get numeric formatting information
*
* @phpstub
*
* @return array returns data based upon the current locale
* as set by . The associative array that is
* returned contains the following fields:
*/
function localeconv()
{
}
Function Calls
None |
Stats
MD5 | 910a8f3a93d281416b746658822965f4 |
Eval Count | 0 |
Decode Time | 89 ms |