Difference between revisions of "Array (PHP)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "This article describes arrays in PHP. == Description == ... == See also == * Array (computer science) * PHP == External links ==...")
 
Line 1: Line 1:
This article describes [[Array (computer science)|arrays]] in [[PHP]].
+
This article describes [[Array data structure|arrays]] in [[PHP]].
  
 
== Description ==
 
== Description ==
Line 7: Line 7:
 
== See also ==  
 
== See also ==  
  
* [[Array (computer science)]]
+
* [[Array data structure]]
 
* [[PHP]]
 
* [[PHP]]
  
Line 17: Line 17:
  
 
* http://www.hackingwithphp.com/5/3/0/the-two-ways-of-iterating-through-arrays
 
* http://www.hackingwithphp.com/5/3/0/the-two-ways-of-iterating-through-arrays
 +
* http://docstore.mik.ua/orelly/webprog/pcook/ch04_05.htm

Revision as of 05:24, 19 October 2015

This article describes arrays in PHP.

Description

...

See also

External links

Iteration: