(No version information available, might only be in Git)
Locale::addLikelySubtags -- locale_add_likely_subtags — Add likely subtags to a locale
Nesne yönelimli kullanım
$locale
Yordamsal kullanım
Expands a locale tag by adding likely subtags based on the ICU locale data. For example, en becomes en_Latn_US.
en
en_Latn_US
locale
The locale to expand.
Returns the locale with likely subtags added, or false on failure.
false
Throws a ValueError when the locale argument contains null bytes.