---
title: "Explain Array in PHP?"  
description: "Explain Array in PHP?"  
author: "Amit Singh"  
published: 2011-03-17  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/434/explain-array-in-php  
category: "php"  
tags: ["php"]  
reading_time: 1 minute  

---

# Explain Array in PHP?

In PHP, there are three kind of arrays:

- **Numeric array** - An array with a numeric index
- **Associative array** - An array where each ID key is associated with a value
- **Multidimensional array** - An array containing one or more arrays

## Answers

### Answer by Amit Singh

In PHP, there are three kind of arrays:

- **Numeric array** - An array with a numeric index
- **Associative array** - An array where each ID key is associated with a value
- **Multidimensional array** - An array containing one or more arrays


---

Original Source: https://www.mindstick.com/interview/434/explain-array-in-php

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
