|
Locale::getScriptlocale_get_scriptGets the script for the input locale DescriptionObject oriented style
public
static
string
Locale::getScript
( string
$locale
)Procedural style
string
locale_get_script
( string
$locale
)Gets the script for the input locale. Parameters
Return Values
The script subtag for the locale or ExamplesExample #1 locale_get_script example
<?php Example #2 OO example
<?php The above example will output: Cyrl See Also
|