Please answer this simple SPAM challenge: seven minus zero? (Example: nine)
Reverse Natsort: function rnatsort($a, $b) { return -1 * strnatcmp($a, $b); } usort($arr, "rnatsort");
<< Back to user notes page