3.31

今日学习了

sort() - 对数组进行升序排列

 

<?php
$cars=array("Volvo","BMW","Toyota");
sort($cars);
?>
posted @ 2022-04-01 13:30  华茹  阅读(15)  评论(0)    收藏  举报