Related Links : Search Engine Optimization | | Search Engine Marketing | Online Marketing | Freelance Programmer| SEO Thailand | SEO Expert | SEO services | PHP Programmer Thailand | SEO Tutorial | What is SEO |

  Home Our SEO Services SEO Expert Consultant Php Programmer Scripts| Email : sachin {at} jainsachin {dot} com

PHP | Get formatter locale | Manual | Tutorial | Help

SEO Services



Website Programming in PHP / MYSQL



Friends


    Get formatter locale

    NumberFormatter::getLocale

    numfmt_get_locale

    (No version information available, might be only in CVS)

    numfmt_get_locale — Get formatter locale

    Description

    Object oriented style

    string NumberFormatter::getLocale ([ integer $type ] )

    Procedural style

    string numfmt_get_locale ( NumberFormatter $fmt [, integer $type ] )

    Get formatter locale name.

    Parameters

    fmt

    NumberFormatter object.

    type

    You can choose between valid and actual locale ( Locale::VALID_LOCALE, Locale::ACTUAL_LOCALE, respectively). The default is the actual locale.

    Return Values

    The locale name used to create the formatter.

    Examples

    Example #1 numfmt_get_locale() example

    <?php
    $req     
    'fr_FR_PARIS';
    $fmt     numfmt_create$req,  NumberFormatter::DECIMAL);
    $res_val numfmt_get_locale$fmtLocale::VALID_LOCALE );
    $res_act numfmt_get_locale$fmtLocale::ACTUAL_LOCALE );
    printf"Requested locale name: %s\nValid locale name: %s\nActual locale name: %s\n",
             
    $req$res_val$res_act );
    ?>

    The above example will output:

    Requested locale name: fr_FR_PARIS
    Valid locale name: fr_FR
    Actual locale name: fr
    

    SEO Tutorial / Articles





    Php / Mysql Tutorial



    Articles



      Portfolio


      SEO by Jainsachin