PHP 8.4.24 Released!

Voting

: one minus zero?
(Example: nine)

The Note You're Voting On

PHPUser
11 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