Oct
14
2008
0

ZCE Array: Array Functions

Theirs lots of array functions, I hope your ready for the ones that are listed in the Zend Guide. Their are many more that I have not included. Fingers crossed they dont appear in the zend test.
(more…)

Oct
10
2008
0

ZCE Arrays: Array Iteration

Output Arrays

You can use the simple way, if you know what the index of the value you want to output such as:

echo $Beatles[2]; //outputs George

OR, we can use a loop to output every beetle:

foreach ($Beatles as $Beatle){
 echo "$Beatle";
}

(more…)

Written by Adam in: 03. Arrays | Tags: , , , , ,

WordPress Powered, Theme by TheBuckmaker.com | Add to Technorati Favorites. | RSS and Comments RSS