locale_get_script does no validation of whether the script exists, but just extracts the 4-character text that looks like it can be the script part of the locale, and formats it with an initial cap.
(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0)
Locale::getScript -- locale_get_script — Retourne un code pour le script de la locale
Style orienté objet
Style procédural
Retourne un code pour le script de la locale
locale
La locale dont il faut extraire le code du script.
Le code de script pour la locale ou null
si absent.
Exemple #1 Exemple avec locale_get_script(), procédural
<?php
echo locale_get_script('sr-Cyrl');
?>
Exemple #2 Exemple avec locale_get_script(), POO
<?php
echo Locale::getScript('sr-Cyrl');
?>
L'exemple ci-dessus va afficher :
Cyrl