2018年1月26日

php--curl

摘要: 22222222222222222222222222222 阅读全文

posted @ 2018-01-26 16:19 奔跑的葛根 阅读(109) 评论(0) 推荐(0)

数组的处理

摘要: 1、将字符串分割成数组:$array=explode(separator,$string): separator:分隔符, $string:分割的字符串; 2、将数组组合成字符串:$string=implode(glue,$array): glue:胶合符, $array:数组; 3、统计数组的长度:count(): count函数有两个参数: 0(或COUNT_NORMAL)为默... 阅读全文

posted @ 2018-01-26 16:14 奔跑的葛根 阅读(144) 评论(0) 推荐(0)

导航