Originally published at
Kyle Boddy. You can comment here or
there.
Recently I needed to call trim() for multiple variables in an array in my CodeIgniter application, but had issues with calling the custom function using array_walk() to do so. A bit of Googling and experimentation led me to this answer:
function stuff
(
Read more... )