LaysenseAuth/vendor/workerman/validation/data/iso_3166-2/CR.php

14 lines
235 B
PHP
Raw Normal View History

2024-08-09 19:46:39 +05:30
<?php
return [
"country" => "Costa Rica",
"subdivisions" => [
"A" => "Alajuela",
"C" => "Cartago",
"G" => "Guanacaste",
"H" => "Heredia",
"L" => "Limón",
"P" => "Puntarenas",
"SJ" => "San José"
]
];