php获取数组的个数?地址1|/file/1.flv$$$$ 地址2|/file/ddd.flv$$$$ 地址3|/file/333.flv$$$$ 地址4|/file/6-3.flv$$$$ 问大家一下如何获得这个数组的个数?也就是有几个地址。 分享到: ------解决方案--------------------只需要个数的话 echo substr_count('地址1------解决方案--------------------/file/1.flv$$$$地 地址2------解决方案--------------------/file/ddd.flv$$$$ 地址3------解决方案--------------------/file/333.flv$$$$ 地址4------解决方案--------------------/file/6-3.flv$$$$', '地址');