Source for file retrieving_locale_conventions.php
Documentation is available at retrieving_locale_conventions.php
* Retrieving locale conventions
* =============================
* I18Nv2 holds locale conventions returned by localeConv() stored statically,
* so they are easily accessible through I18Nv2::getInfo(). Have a look at
* the documentation of PHPs localeConv() for all available information.
* $Id: retrieving_locale_conventions.php,v 1.1 2004/05/03 15:02:17 mike Exp $
require_once 'I18Nv2.php';
echo " The decimal point for the french locale is '$dec_point'.\n";
echo "I18Nv2::getInfo() called without parameter returns all available information:\n";
Documentation generated on Mon, 11 Mar 2019 13:54:52 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|