|
Locale::getScriptlocale_get_scriptGets the script for the input locale DescriptionObject-oriented style
public static stringnull Locale::getScript(string
$locale)Procedural style stringnull 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 Example #2 OO example The above example will output: Cyrl See Also
|