string|null getScriptName(string $script, string $language = null, string $displayLocale = null)
Returns the name of a script.
string|null getScriptName(string $script, string $language = null, string $displayLocale = null)
Returns the name of a script.
string | $script | A script code (e.g. "Hans") |
string | $language | Optional. A language code (e.g. "zh") |
string | $displayLocale | Optional. The locale to return the name in Defaults to {@link \Locale::getDefault()}. |
string|null | The name of the script or NULL if not found |
Designed by : w10schools
service@w10schools.com
Please login to continue.