2020年6月13日

php 重定向

摘要: header('Location: http://www.baidu.com/') ; 阅读全文

posted @ 2020-06-13 10:12 沉淀物 阅读(78) 评论(0) 推荐(0) 编辑

php 数组排序

摘要: sort($array); //数组升序排序 rsort($array); //数组降序排序 asort($array); //根据值,以升序对关联数组进行排序 ksort($array); //根据建,以升序对关联数组进行排序 arsort($array); //根据值,以降序对关联数组进行排序 阅读全文

posted @ 2020-06-13 09:42 沉淀物 阅读(147) 评论(0) 推荐(0) 编辑

导航