php中count()函数怎么用 php中count函数怎么用

主机教程 建站分享 2年前 (2022-12-08) 327次浏览

文章摘要:php中count()函数怎么用 php中count函数怎么用

count()函数作用: php中count()函数的作用计算数组中的单元数目或对象中的属性个数。 count […]

count()函数作用:

php中count()函数的作用计算数组中的单元数目或对象中的属性个数。

count()函数语法:

count(array,mode);

参数:

array:规定数组。

mode:表示需要计算的元素。

count()函数使用方法:

$cars=array("Volvo","BMW","Toyota");

echo count($cars);

?>


声明:
若非注明,本站文章源于互联网收集整理和网友分享发布,如有侵权,请联系站长处理。
文章名称:php中count()函数怎么用 php中count函数怎么用
文章链接:http://www.7966.org/post/12936.html
转载请注明出处

喜欢 (0)