PHP array_count_values() 函数
定义和用法
array_count_values() 函数计算数组中的所有值。
语法
array_count_values(array)
参数值
参数 | 描述 |
---|---|
array | 必需。指定要计算值的数组 |
技术细节
返回值 | 返回一个关联数组,其中键是原始数组的值,值是出现的次数 |
---|---|
PHP 版本 | 4+ |
❮ PHP 数组参考
array_count_values() 函数计算数组中的所有值。
array_count_values(array)
参数 | 描述 |
---|---|
array | 必需。指定要计算值的数组 |
返回值 | 返回一个关联数组,其中键是原始数组的值,值是出现的次数 |
---|---|
PHP 版本 | 4+ |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]