位置: 编程技术 - 正文
推荐整理分享PHP:iterator_count()的用法_spl函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 5 >= 5.1.0)
iterator_count — 计算迭代器中元素的个数
说明 int iterator_count ( Traversable $iterator )计算迭代器中的元素个数。
参数iterator
要计数的迭代器。
返回值迭代器iterator中的元素个数。
范例
Example #1 iterator_count() example
<?php$iterator=newArrayIterator(array('recipe'=>'pancakes','egg','milk','flour'));var_dump(iterator_count($iterator));?>以上例程会输出:
PHP:class_uses()的用法_spl函数 class_uses(PHP5=5.4.0)class_usesReturnthetraitsusedbythegivenclass说明arrayclass_uses(mixed$class[,bool$autoload=true])Thisfunctionreturnsanarraywiththenamesofthetraitsthatthegivenclassuses.Thisdoes
PHP:class_implements()的用法_spl函数 class_implements(PHP5=5.1.0)class_implements返回指定的类实现的所有接口。说明arrayclass_implements(mixed$class[,bool$autoload])本函数返回一个数组,该数组中包含了指定
PHP:uniqid()的用法_misc函数 uniqid(PHP4,PHP5)uniqid生成一个唯一ID说明stringuniqid([string$prefix=[,bool$more_entropy=false]])获取一个带前缀、基于当前时间微秒数的唯一ID。参数prefix有用的参数。
标签: PHP:iterator_count()的用法_spl函数
本文链接地址:https://www.jiuchutong.com/biancheng/280617.html 转载请保留说明!友情链接: 武汉网站建设