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
Afficher le fichier Open project: webmozart/key-value-store

Méthodes publiques

Méthode Description
count ( ) Count the number of keys in the store.

Method Details

count() public méthode

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