1. CSS
  2. Flash
  3. HTML
  4. Illustrator
  5. Java
  6. JavaScript
  7. Maya
  8. Photography
  9. Photoshop
  10. PHP
  11. Ruby
  12. Ruby on Rails
  13. 3ds Max


Sorry, but your account doesn't have permission to do that.

PHP: Arrays in PHP

  1. Clicks today:
    0
  2. Clicks this month:
    0
  3. Overall rating:
    4.50/5

PHP » Basics — over 3 years ago
In computer science an array is a data structure consisting of a group of elements that are accessed by indexing. In most programming languages each element has the same data type, in PHP however each element can be a different data type. Each element of an array has a unique identifying index number. Changes made to one element of an array do not affect the other elements.

Comments

Your Comment

You must be logged in to post a comment.