Please answer this simple SPAM challenge: max(three, seven)? (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