|
Locale::getKeywordslocale_get_keywordsGets the keywords for the input locale BeschreibungObjektorientierter Stil
public
static
array
Locale::getKeywords
( string
$locale
)Prozeduraler Stil
array
locale_get_keywords
( string
$locale
)Gets the keywords for the input locale. Parameter-Liste
RückgabewerteAssociative array containing the keyword-value pairs for this locale BeispieleBeispiel #1 locale_get_keywords example
<?phpBeispiel #2 OO example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: collation = PHONEBOOK currency = EUR Siehe auch
|