if someone is looking for a getlocale(),
<?php
if(!function_exists("getlocale")){
function getlocale(int $category)/*:string|false*/{
return setlocale($category, 0);
}
}
?>
if someone is looking for a getlocale(),
<?php
if(!function_exists("getlocale")){
function getlocale(int $category)/*:string|false*/{
return setlocale($category, 0);
}
}
?>