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 Keyword Suggestion Scripts|Articles| Email : sachin {at} jainsachin {dot} com

PHP | sets the default runtime locale | Manual | Tutorial | Help

SEO Services



Website Programming in PHP / MYSQL



SEO Tools




    Friends


      sets the default runtime locale

      Locale::setDefault

      locale_set_default

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

      locale_set_default — sets the default runtime locale

      Description

      Object oriented style

      static boolean Locale::setDefault ( string $locale )

      Procedural style

      boolean locale_set_default ( string $locale )

      Sets the default runtime locale to $locale. This changes the value of INTL global 'default_locale' locale identifier. UAX #35 extensions are accepted.

      Parameters

      locale

      Is a BCP 47 compliant language tag containing the

      Return Values

      Returns TRUE on success or FALSE on failure.

      Examples

      Example #1 locale_set_default() example

      <?php
      locale_set_default
      ('de-DE');
      echo 
      locale_get_default();
      ?>

      Example #2 OO example

      <?php
      Locale
      ::setDefault('de-DE');
      echo 
      Locale::getDefault();
      ?>

      The above example will output:

      de-DE
      

      SEO Tutorial / Articles





      Php / Mysql Tutorial



      Articles



        Other Topics



        SEO by Jainsachin