Freelance PHP programmer India | Freelance web developer india | Web development India | web developer CV india | Compiling PHP and Apache 2 from source on Linux
Interfaces
PHP Manual

The Countable interface

Introduction

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 Manual