Quasardb API for PHP
Introduction Installation Compilation Configuration API Reference

Classes

  • QdbBatch
  • QdbBatchResult
  • QdbBlob
  • QdbCluster
  • QdbDeque
  • QdbEntry
  • QdbEntryCollection
  • QdbExpirableEntry
  • QdbHashSet
  • QdbInteger
  • QdbTag
  • QdbTagCollection

Exceptions

  • QdbAliasAlreadyExistsException
  • QdbAliasNotFoundException
  • QdbConnectionException
  • QdbContainerEmptyException
  • QdbException
  • QdbIncompatibleTypeException
  • QdbInputException
  • QdbOperationDisabledException
  • QdbOperationException
  • QdbProtocolException
  • QdbSystemException

Class QdbTagCollection

A traversable collection of QdbTag.

A QdbTagCollection is returned by QdbEntry::getTags().

QdbTagCollection implements Iterator
See: QdbEntry::getTags()
Example:
$bobsTags = $cluster->blob('Bob the blob')->getTags();
foreach ($bobsTags as $tag) {
    echo('Bob has the tag ' . $tag->alias());
}

Methods inherited from Iterator
current(), key(), next(), rewind(), valid()
Copyright 2009-2017 quasardb SAS Documentation generated by ApiGen