PHP Interface Webmozart\KeyValueStore\Api\CountableStore

In addition of the properties of a classical store, a countable store has the ability to count its keys.
Since: 1.0
Author: Bernhard Schussek ([email protected])
Author: Titouan Galopin ([email protected])
Inheritance: extends Webmozart\KeyValueStore\Api\KeyValueStore
Show file Open project: webmozart/key-value-store

Public Methods

Method Description
count ( ) Count the number of keys in the store.

Method Details

count() public method

Count the number of keys in the store.
public count ( )