count() public method
Returns the number of cookies 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 cookies in the collection. |
Please login to continue.