|
Locale::getPrimaryLanguagelocale_get_primary_languageGets the primary language for the input locale BeschreibungObjektorientierter Stil
public
static
string
Locale::getPrimaryLanguage
( string
$locale
)Prozeduraler Stil
string
locale_get_primary_language
( string
$locale
)Gets the primary language for the input locale Parameter-Liste
Rückgabewerte
The language code associated with the language or BeispieleBeispiel #1 locale_get_primary_language example
<?phpBeispiel #2 OO example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: zh Siehe auch
|