PHP ARRAYS TUTORIAL

Posted by Anonymous 0 komentar
An array in PHP is actually an ordered list that stores multiple values. All items in the list has at
least one thing in common that set the sequence of values of the item. For example, there are four seasons in a year. Winter must come before spring, spring must come before summer, etc. "Season" is the name of array, which contains four items, spring, summer, fall, and winter, in sequence.

In PHP, it's easy to create and initialize PHP arrays. There are two methods to choose from, and we'll be discussing both of them in this lecture. You can create an array with the array identifier. create an array with the array() function.

here

0 komentar:

Post a Comment