PHP 8.4.2 Released!

The Countable interface

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

简介

Classes implementing Countable can be used with the count() function.

接口摘要

interface Countable {
/* 方法 */
public count(): int
}

目录

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top