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