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