| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
Locale::composeLocalelocale_compose(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) Locale::composeLocale -- locale_compose — Returns a correctly ordered and delimited locale ID 설명객체 기반 형식 
   public
   static
   string 
   Locale::composeLocale
    ( array  
  $subtags
   )절차식 형식 
   string 
   locale_compose
    ( array  
  $subtags
   )Returns a correctly ordered and delimited locale ID the keys identify the particular locale ID subtags, and the values are the associated subtag values. 인수
 
 반환값The corresponding locale identifier. 예제Example #1 locale_compose() example 
<?phpExample #2 OO example 
<?php위 예제의 출력: Locale: en_Hans_CN_nedis_rozaj_x_prv1_prv2  |