


Traversing all elements in an array is a common operation, and functions such as queries can be completed during the traversal process. In our daily life, if we want to go to the mall to buy a piece of clothing, we need to walk around the mall to see if we want the clothes we want again. The process of shopping in the mall is equivalent to the operation of traversing an array. There are many ways to traverse arrays in PHP. Here we will introduce you to the two most commonly used methods.
The first one: use the foreach structure to traverse the array
For an array variable $url that contains a large number of URLs, if you use the echo statement to Outputting one by one will be quite tedious, but by traversing the array through the foreach structure, you can easily obtain the data information. The sample code is as follows:
<?php header("Content-Type:text/html; charset=utf-8"); $url = array( "PHP中文网"=>"www.php.cn", "百度" => "www.baidu.com", "搜狗"=>"www.sogou.com", ); //声明数组 foreach($url as $link){ echo $link.'<br>'; } ?>
The traversal result is:
In the above code, PHP executes the loop body (echo statement) once for each element of the array $URL, and assigns $link to the current array element. Each element is processed in the internal order of the array.
Second type: The list() function traverses the array
The list() function assigns the values in the array to some variables. Similar to the array() function, the list() function is not a real function, but a language construct. The list() function can only be used for numerically indexed arrays with indexes starting from 0.
The syntax format is as follows:
void list(mixed ...)
The parameter mixed is the name of the variable to be assigned a value.
The following will explain the comprehensive application of the list() function and each() function through specific examples to obtain the user login information stored in the group number.
The specific development steps are as follows:
1. Use development tools to create a new PHP dynamic page and save it as index.php.
2. Use HTML markup to design the page. First create a user login form to enter user login information, then use the each() function to extract the contents of the global array $_POST, and finally use the white statement to loop and output the attention information submitted by the user.
The sample code is as follows:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <!---------------------------------------------定义用户登录表单信息----------------------------------------------------> <form name="form1" method="post"> <table width="323" border="1" cellpadding="1" cellspacing="1" bordercolor="#66cc33" bgcolor="#FFFFFF"> <tr> <td width="118" height="24" bgcolor="#CCFF33">用户名</td> <td width="192" height="24" bgcolor="#CCFF33"> <input type="text" name="user" id="user" size="24"> </td> </tr> <tr> <td height="24" bgcolor="#CCFF33">密 码</td> <td height="24" bgcolor="#CCFF33"> <input type="password" name="pwd" id="pwd" size="24"> </td> </tr> <tr bgcolor="#CCFF33"> <td height="24" colspan="2"> <input type="submit" name="submit" value="登录"> </td> </tr> </table> </form> </body> </html> <?php //输出用户登录信息 while(list($name,$value)=each($_POST)){ if($name!="submit"){ echo "$name=$value<br>"; } } ?>
3. Enter the address in the browser, press the Enter key, enter the user name and password, click the "Login" button, and the running result is as shown below :
Description:
each() function is used to return the array value of the current pointer position, and at the same time change the pointer Advance to the next location. The returned array contains 4 keys, keys 0 and key contain the key names, and keys 1 and value contain the corresponding data. If the pointer is already at the end of the array when the program executes the each() function, false is returned.
【Related tutorial recommendations】
1. Relevant topic recommendations: "php array (Array) 》
2. Recommended related video courses:
《Using for loop to traverse arrays: index and associative array 》
《Use while loop to traverse arrays: index and associative array》
《Use foreach loop To traverse: index and associative array》
The above is the detailed content of How to loop output of an array in php? Introduction to the method of traversing the array. For more information, please follow other related articles on the PHP Chinese website!

php把负数转为正整数的方法:1、使用abs()函数将负数转为正数,使用intval()函数对正数取整,转为正整数,语法“intval(abs($number))”;2、利用“~”位运算符将负数取反加一,语法“~$number + 1”。

实现方法:1、使用“sleep(延迟秒数)”语句,可延迟执行函数若干秒;2、使用“time_nanosleep(延迟秒数,延迟纳秒数)”语句,可延迟执行函数若干秒和纳秒;3、使用“time_sleep_until(time()+7)”语句。

php除以100保留两位小数的方法:1、利用“/”运算符进行除法运算,语法“数值 / 100”;2、使用“number_format(除法结果, 2)”或“sprintf("%.2f",除法结果)”语句进行四舍五入的处理值,并保留两位小数。

判断方法:1、使用“strtotime("年-月-日")”语句将给定的年月日转换为时间戳格式;2、用“date("z",时间戳)+1”语句计算指定时间戳是一年的第几天。date()返回的天数是从0开始计算的,因此真实天数需要在此基础上加1。

php字符串有下标。在PHP中,下标不仅可以应用于数组和对象,还可应用于字符串,利用字符串的下标和中括号“[]”可以访问指定索引位置的字符,并对该字符进行读写,语法“字符串名[下标值]”;字符串的下标值(索引值)只能是整数类型,起始值为0。

在php中,可以使用substr()函数来读取字符串后几个字符,只需要将该函数的第二个参数设置为负值,第三个参数省略即可;语法为“substr(字符串,-n)”,表示读取从字符串结尾处向前数第n个字符开始,直到字符串结尾的全部字符。

方法:1、用“str_replace(" ","其他字符",$str)”语句,可将nbsp符替换为其他字符;2、用“preg_replace("/(\s|\ \;||\xc2\xa0)/","其他字符",$str)”语句。

php判断有没有小数点的方法:1、使用“strpos(数字字符串,'.')”语法,如果返回小数点在字符串中第一次出现的位置,则有小数点;2、使用“strrpos(数字字符串,'.')”语句,如果返回小数点在字符串中最后一次出现的位置,则有。


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

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

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

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.

Zend Studio 13.0.1
Powerful PHP integrated development environment

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

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),
