Please answer this simple SPAM challenge: min(two, five)? (Example: nine)
To make a reverse function, you can simply:function rnatsort(&$a){ natsort($a); $a = array_reverse($a, true);}
<< Back to user notes page