Find the United States locale numeric formatting information in PHP

Description

The following code shows how to find the United States locale numeric formatting information.

Example


  //from w  w  w  . j av  a2  s  .  co  m
<?php
    setlocale(LC_ALL,"US");
    $locale_info = localeconv();
    print_r($locale_info);
?>

The code above generates the following result.





















Home »
  PHP Tutorial »
    Development »




Environment
Error
Hash
Include
Locale
Math
Network
Output
Reflection
PHP Regular Expressions