update : 2015.11.03
php.shukuma.com검색:
|
Locale::filterMatcheslocale_filter_matches(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) Locale::filterMatches -- locale_filter_matches — Checks if a language tag filter matches with locale 설명객체 기반 형식
public
static
bool
Locale::filterMatches
( string
$langtag
, string $locale
[, bool $canonicalize = false
] )절차식 형식
bool
locale_filter_matches
( string
$langtag
, string $locale
[, bool $canonicalize = false
] )Checks if a $langtag filter matches with $locale according to RFC 4647's basic filtering algorithm 인수
반환값
예제Example #1 locale_filter_matches() example
<?php Example #2 OO example
<?php 위 예제의 출력: Does not match; Matches |