Searched refs:locale_get_primary_language (Results 1 – 7 of 7) sorted by relevance
8 $out = locale_get_primary_language($var1);
2 locale_get_primary_language()
241 … $GLOBALS['oo-mode'] ? Locale::getPrimaryLanguage( $locale ) : locale_get_primary_language( $local…
68 ZEND_FUNCTION(locale_get_primary_language);89 …ZEND_ME_MAPPING(getPrimaryLanguage, locale_get_primary_language, arginfo_class_Locale_getPrimaryLa…
447 PHP_FUNCTION(locale_get_primary_language ) in PHP_FUNCTION() argument
904 ZEND_FUNCTION(locale_get_primary_language);1094 ZEND_FE(locale_get_primary_language, arginfo_locale_get_primary_language)
299 function locale_get_primary_language(string $locale): ?string {} function
Completed in 17 milliseconds