PHP 8.5.0 Alpha 2 available for testing

Voting

: min(nine, five)?
(Example: nine)

The Note You're Voting On

flash at minet dot net
21 years ago
About the reverse natsort.. Maybe simpler to do :

function strrnatcmp ($a, $b) {
return strnatcmp ($b, $a);
}

<< Back to user notes page

To Top