How to Pass Arrays by Reference to Functions
Don't be fooled by the variable assignment, it does act like an object and pass by reference like following: <?php $arr1 = array('Apple', 'Banana'); $arr2… Read More »How to Pass Arrays by Reference to Functions