English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

whats the meaning of "they're a big part of PHP work" here?

Arrays are collections of values stored under a single name, and they're a big part of PHP work.

2006-11-01 18:48:02 · 3 answers · asked by Hossein R 1 in Computers & Internet Programming & Design

3 answers

Array in PHP is useful technique to store data. However, saying they are big part of php work could over look other issues. In other words, array is a big part along as everything else, because array alone can not make your program to work.

2006-11-01 19:08:52 · answer #1 · answered by Huey L 3 · 0 0

Abstract Data Types (stacks, queues, linked lists, etc.) are used a lot in programming. Java has a bunch of built in classes for ADTs. PHP uses arrays for them, and then provides a bunch of functions that let you treat arrays like the other ADTs.

2006-11-04 21:48:27 · answer #2 · answered by watsonc64 3 · 0 0

php is another web page extn dude like htm,asp..aspx... etc...

2006-11-02 02:59:08 · answer #3 · answered by bobby 3 · 0 0

fedest.com, questions and answers