Search:

Search all manuals
Search this manual
Manual
Couchbase Client Library: PHP 1.1
Community Wiki and Resources
Wiki: PHP Client Library
PHP Client Library
Couchbase Developer Guide 2.0
Couchbase Server Manual 2.0
SDK Forum
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
Couchbase Client Library: PHP 1.1
Child Sections
Chapters

Chapter 6. Retrieve Operations

Table of Contents

6.1. Basic Get Operations
6.2. Asynchronous Get Operations

Table 6.1. PHP Client Library Retrieval Methods

MethodTitle
$object->fetch($key [, $keyn ]) Fetch the next delayed result set document
$object->fetchAll($key [, $keyn ]) Fetch all the delayed result set documents
$object->get($key [, $callback ] [, $casunique ]) Get one or more key values
$object->getDelayed($keyn [, $with_cas ] [, $callback ]) Get a key to be fetched later
$object->getMulti($keycollection [, $casarray ]) Get one or more key values
$object->getAndLock($key [, $casarray ] [, $getl-expiry ]) Get the value for a key, lock the key from changes
$object->getAndLockMulti($keycollection [, $casarray ] [, $getl-expiry ]) Get the value for a key, lock the key from changes
$object->getAndTouch($key, $expiry) Get a value and update the expiration time for a given key
$object->getAndTouchMulti($key, $expiry) Get a value and update the expiration time for a given key
$object->unlock($key, $casunique) Unlock a previously locked key