In PHP, a two-dimensional array is a data structure containing multiple arrays. It is usually used to process data such as data tables, images, charts, etc. This article explains how to display a two-dimensional array.
- Use for loop
Use for loop to display the elements in the 2-dimensional array one by one. The specific code is as follows:
$array = array( array('apple', 'banana', 'pear'), array('dog', 'cat', 'fish'), array('red', 'green', 'blue') ); for($i=0;$i<count>'; }</count>
In the above code, a 2-dimensional array $array is first defined. Then use two nested for loops to iterate through the entire array. In the inner loop, use the echo statement to output the value of the 2-dimensional array element. To make the output neater, we wrap the line after the inner loop ends.
- Using a foreach loop
Another way to traverse a 2-dimensional array is to use a foreach loop. The specific code is as follows:
$array = array( array('apple', 'banana', 'pear'), array('dog', 'cat', 'fish'), array('red', 'green', 'blue') ); foreach($array as $value){ foreach($value as $val){ echo $val . ' '; } echo '<br>'; }
In the above code, a foreach loop is used to traverse the 2-dimensional array. In the first foreach loop, $value is a 1D array within a 2D array. In the second foreach loop, $val is the element value in the 2-dimensional array. Use the echo statement to output the value of each element. To make the output neater, we wrap the line after the inner loop ends.
- Use tables to display
In web development, we usually use tables to display data in 2-dimensional arrays. Tables can be created using HTML table tags. The specific code is as follows:
$array = array( array('apple', 'banana', 'pear'), array('dog', 'cat', 'fish'), array('red', 'green', 'blue') ); echo '
' . $val . ' | '; } echo '
In the above code, a 2-dimensional array $array is first defined. Then use the echo statement to create an HTML table. Then use a foreach loop to iterate through the positions in the 2-dimensional array and put them into the corresponding cells using HTML table tags.
Conclusion
The above are three common methods to display 2-dimensional arrays. There is no best method, only the method that suits you best. In actual development, you can choose the most appropriate method to display a 2-dimensional array based on actual needs.
The above is the detailed content of How to display two-dimensional array in php. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 Linux new version
SublimeText3 Linux latest version

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 English version
Recommended: Win version, supports code prompts!

Dreamweaver Mac version
Visual web development tools
