ConFoo Montreal 2026: Call for Papers

Voting

: four minus zero?
(Example: nine)

The Note You're Voting On

mzvarik at gmail dot com
17 years ago
I noticed that my function mentioned earlier is very misleading - somebody please delete that note!

This is how you sort:
<?php
setlocale
(LC_ALL, 'czech');
$array = array("a", "č", "c");
usort ($array, 'strcoll');
print_r($array);
?>

<< Back to user notes page

To Top