Learn PHP – PHP Programming Tutorial – 4
Learn PHP: The Beginner Guide Video Course: Array Methods
Text Editor I Use: Komodo 9 ► http://bit.ly/komodo-php
Get Learn PHP Book for Free ► http://goo.gl/tQJHtG
(You will get an email when the book is on Free Promotion)
Can’t Wait for the book to be Free? Get The Book Now ► http://amzn.to/1KTijfY
This series will take you through chapter by chapter the Learn PHP Beginner Guide book.
★☆★ Time Stamps ★☆★
0:44 Printing human-readable information about a variable.
2:13 Adding an element to an existing array.
4:07 Adding multiple elements to an array with array_push.
5:22 Adding elements to the front of an array with array_unshift.
6:14 Remove the last item in an array with array_pop.
6:47 Remove the first item in an array with array_shift.
7:20 Merging multiple arrays into one with array_merge.
9:17 Sorting arrays alphabetically with sort.
source