count() public method
Returns the number of headers in the collection.
This method is required by the SPL Countable interface. It will be implicitly called when you use count($collection).
| public integer count ( ) | ||
|---|---|---|
| return | integer |
The number of headers in the collection. |
Please login to continue.