Interfaces
PHP 手册

The Countable interface

简介

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

Class synopsis

Countable
Countable {
/* Methods */
abstract public int count ( void )
}

Table of Contents


Interfaces
PHP 手册