Voting

: eight plus one?
(Example: nine)

The Note You're Voting On

PHPUser
10 years ago
[Editor's note: the following comment may be factually incorrect]

uksort is only usable in the UK
<?php
if($country=="UK"){
uksort();
}else{
echo
"You have to live in UK to use uksort().";
}
?>

<< Back to user notes page

To Top