View Single Post
Old 11-25-2010, 10:13 PM   #3 (permalink)
Enfernikus
The Addict
 
Enfernikus's Avatar
 
Join Date: Jun 2008
Posts: 335
Thanks: 2
Enfernikus is on a distinguished road
Default

Alternatively you can make use of the excellent array_map function

Code:
$array = array_map('clean', $array);
__________________
My Blog
Enfernikus is offline  
Reply With Quote