My title

PHP常见的几种排序

// 冒泡排序法 function bubble_sort($arr){ $count = count($arr); if($count <= 0) return false; for($i=0;$i<$count;$i++){ for($...

阅读全文

常见php函数

// 截取第一个斜杠前面的内容substr($str,0,strpos($str, '/'));// 截取第一个斜杠后面的内容substr($str,strpos($str,'/')+1);trim()删除字符串两端的空格...

阅读全文

Powered By Z-BlogPHP 1.5.2 Zero

WX:xcs345525801 QQ:345525801 Tel:19521445850 Email:xcssh868@163.com

Copyright © 2020 许承胜个人博客 版权所有 备案号:皖ICP备18014705号-1