Please answer this simple SPAM challenge: max(five, one)? (Example: nine)
I was looking for trimming all the elements in an array, I found this as the simplest solution: <?php array_walk($ids, create_function('&$val', '$val = trim($val);')); ?>
<< Back to user notes page