advanced code snippet search
andreiabohner on 12/27/09
php array trim
12/27/09 02:58pm
1 person have marked this snippet as a favorite
iroybot
$myArray = array_map('trim', $myArray);
Report this snippet Tweet
Comment:
You need to login to post a comment.