November 10, 2014

How to Add the Element to the array First & Last, how to remove the same ?


array_push - Adding elemen to the last

array_unshift - First element to prepend

array_pop - Remove the first element of the array

array_shift - Remove the last element

No comments:

Post a Comment