PHP 8.5.0 Alpha 4 available for testing

Voting

: zero plus four?
(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