SlideShare a Scribd company logo
1 of 5
ARRAY
SOURCE: PENSYARAH UITM JASIN, MELAKA
• A variable of the storage area holding a number or text.
• Array will hold only ONE value.
• An array is a special variable, which can store multiple value in one single
variable.
• If you have a list of items (a list of car names, for example), storing the cars
in the single variables look like this :
• An array can hold all your variable value under a single name and you can
easily accessed the value by referring to the array name.
• Each element in the array has its own index so that it can be easily
accessed.
WHAT IS ARRAY?
<?php
$car1 = “Saab”;
$car2 = “Volvo”;
$car3 = “BMW”;
?>
TYPES OF ARRAY
04
01 Numeric Array
An array with a numeric arrays.
02 Associative Array
An array where each ID key is associated with a value.
03 Multidimensional Array
An array containing one or more arrays.
A numeric array stores each array element with a numeric index.
There are 2 methods to create a numeric array.
1. In the following example the index are automatically assigned (the index
starts at 0):
2. In the following example we assigned the index manually:
NUMERIC ARRAYS
<?php
$cars = array(“Saab”, “Volvo, ”BMW”, “Toyota”);
?>
<?php
$cars[0] = “Saab”;
$cars[1] = “Volvo”;
$cars[2] = “BMW”;
$cars[3] = “Toyota”;
?>
In the following example you access the variable values by referring to the
array name and index:
1. The code above will show the output:
NUMERIC ARRAYS
Proton Exora and Inokom are Malaysian cars.
<?php
$cars[0] = “Proton Exora”;
$cars[1] = “Volvo”;
$cars[2] = “Inokom”;
$cars[3] = “Toyota”;
echo $cars[0] . “ and ” . $cars[2] . “ are Malaysian cars”;
?>

More Related Content

What's hot

Android ui adapter
Android ui adapterAndroid ui adapter
Android ui adapterKrazy Koder
 
Collections Array list
Collections Array listCollections Array list
Collections Array listRatnaJava
 
Java Chapter 05 - Conditions & Loops: part 7
Java Chapter 05 - Conditions & Loops: part 7Java Chapter 05 - Conditions & Loops: part 7
Java Chapter 05 - Conditions & Loops: part 7DanWooster1
 
Javascript ADT - List
Javascript   ADT - ListJavascript   ADT - List
Javascript ADT - ListSamuel Santos
 
Data structures - unit 1
Data structures - unit 1Data structures - unit 1
Data structures - unit 1SaranyaP45
 
what is arrays in c language
what is arrays in c languagewhat is arrays in c language
what is arrays in c languageShahbaz Khan
 

What's hot (15)

Arrays - R.D.Sivakumar
Arrays - R.D.SivakumarArrays - R.D.Sivakumar
Arrays - R.D.Sivakumar
 
PPt. on An _Array in C
PPt. on An _Array in CPPt. on An _Array in C
PPt. on An _Array in C
 
Chapter 6 java
Chapter 6 javaChapter 6 java
Chapter 6 java
 
Arrays in C++
Arrays in C++Arrays in C++
Arrays in C++
 
Presentation of array
Presentation of arrayPresentation of array
Presentation of array
 
Java array
Java arrayJava array
Java array
 
Android ui adapter
Android ui adapterAndroid ui adapter
Android ui adapter
 
Collections Array list
Collections Array listCollections Array list
Collections Array list
 
Data structures2
Data structures2Data structures2
Data structures2
 
Java Chapter 05 - Conditions & Loops: part 7
Java Chapter 05 - Conditions & Loops: part 7Java Chapter 05 - Conditions & Loops: part 7
Java Chapter 05 - Conditions & Loops: part 7
 
Javascript ADT - List
Javascript   ADT - ListJavascript   ADT - List
Javascript ADT - List
 
Arrays
ArraysArrays
Arrays
 
Data structures - unit 1
Data structures - unit 1Data structures - unit 1
Data structures - unit 1
 
Collections (1)
Collections (1)Collections (1)
Collections (1)
 
what is arrays in c language
what is arrays in c languagewhat is arrays in c language
what is arrays in c language
 

Similar to 2. array and numerical arrays

Similar to 2. array and numerical arrays (20)

ARRAYS.pptx
ARRAYS.pptxARRAYS.pptx
ARRAYS.pptx
 
Lesson 11 one dimensional array
Lesson 11 one dimensional arrayLesson 11 one dimensional array
Lesson 11 one dimensional array
 
Mod 12
Mod 12Mod 12
Mod 12
 
Basics of array.pptx
Basics of array.pptxBasics of array.pptx
Basics of array.pptx
 
Arrays In C Language
Arrays In C LanguageArrays In C Language
Arrays In C Language
 
Array andfunction
Array andfunctionArray andfunction
Array andfunction
 
C++ arrays part1
C++ arrays part1C++ arrays part1
C++ arrays part1
 
Arrays
ArraysArrays
Arrays
 
Web Application Development using PHP Chapter 4
Web Application Development using PHP Chapter 4Web Application Development using PHP Chapter 4
Web Application Development using PHP Chapter 4
 
Arrays.pptx
Arrays.pptxArrays.pptx
Arrays.pptx
 
Lecture 2a arrays
Lecture 2a arraysLecture 2a arrays
Lecture 2a arrays
 
arrays.pptx
arrays.pptxarrays.pptx
arrays.pptx
 
arrays.docx
arrays.docxarrays.docx
arrays.docx
 
Arrays in Reading.pptx
Arrays in Reading.pptxArrays in Reading.pptx
Arrays in Reading.pptx
 
C# Array.pptx
C# Array.pptxC# Array.pptx
C# Array.pptx
 
java.pdf
java.pdfjava.pdf
java.pdf
 
javascript arrays
javascript arraysjavascript arrays
javascript arrays
 
Arrays In C++
Arrays In C++Arrays In C++
Arrays In C++
 
PHP array 1
PHP array 1PHP array 1
PHP array 1
 
Java Arrays
Java ArraysJava Arrays
Java Arrays
 

Recently uploaded

Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 

Recently uploaded (20)

Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 

2. array and numerical arrays

  • 2. • A variable of the storage area holding a number or text. • Array will hold only ONE value. • An array is a special variable, which can store multiple value in one single variable. • If you have a list of items (a list of car names, for example), storing the cars in the single variables look like this : • An array can hold all your variable value under a single name and you can easily accessed the value by referring to the array name. • Each element in the array has its own index so that it can be easily accessed. WHAT IS ARRAY? <?php $car1 = “Saab”; $car2 = “Volvo”; $car3 = “BMW”; ?>
  • 3. TYPES OF ARRAY 04 01 Numeric Array An array with a numeric arrays. 02 Associative Array An array where each ID key is associated with a value. 03 Multidimensional Array An array containing one or more arrays.
  • 4. A numeric array stores each array element with a numeric index. There are 2 methods to create a numeric array. 1. In the following example the index are automatically assigned (the index starts at 0): 2. In the following example we assigned the index manually: NUMERIC ARRAYS <?php $cars = array(“Saab”, “Volvo, ”BMW”, “Toyota”); ?> <?php $cars[0] = “Saab”; $cars[1] = “Volvo”; $cars[2] = “BMW”; $cars[3] = “Toyota”; ?>
  • 5. In the following example you access the variable values by referring to the array name and index: 1. The code above will show the output: NUMERIC ARRAYS Proton Exora and Inokom are Malaysian cars. <?php $cars[0] = “Proton Exora”; $cars[1] = “Volvo”; $cars[2] = “Inokom”; $cars[3] = “Toyota”; echo $cars[0] . “ and ” . $cars[2] . “ are Malaysian cars”; ?>