PHP » GoLang |
login |
register |
about
|
GoLang Locale::getScript
request it (427)
GoLang replacement for PHP's Locale::getScript
[edit | history]
Locale::getScriptlocale_get_script(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Locale::getScript -- locale_get_script — Gets 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
|
more
Recently updated
more
Most requested
more
Last requests
|