这篇文章主要介绍了在php中用for循环对数组进行冒泡排序并打印 ,有一定的参考价值,感兴趣的朋友可以看看,希望可以帮助到你!
<!DOCTYPE html> <html> <body> <h1>原来是PHP啊!</h1> <?php //冒泡排序并打印排序后的数组 $a=array(2,1,4,3,5,6); $length=count($a); for($i=0;$i<$length;$i++){ for($j=0;$j<$length-1-$i;$j++){ if($a[$j+1]<$a[$j]){ $b=$a[$j]; $a[$j]=$a[$j+1]; $a[$j+1]=$b; } } echo $a[$i]," "; } ?> </body> </html>
结果为1 2 3 4 5 6
当然,也可以直接使用函数sort()或者rsort()直接进行排序。
【相关教程推荐】
2. php从入门到精通
3. bootstrap教程

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

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

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 Linux new version
SublimeText3 Linux latest version

Dreamweaver CS6
Visual web development tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.