PHP 8.3.22 Released!

Voting

: max(two, five)?
(Example: nine)

The Note You're Voting On

ingo at example dot test
11 years ago
sort with collation, to have umlauts correctly:

uksort($retval, array(Collator::create( 'de_DE' ), 'compare'));

<< Back to user notes page

To Top