Tag Archives: iterate

How to Apply a Function to Each Value in an Array

Sometimes you wish to apply a certain function, be it a built in PHP function or one of your own creations, to each and every value within a particular array. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , | View Comments