Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit 94070bf

Browse files
brett19trondn
authored andcommitted
Removed getReplicaMulti from documentation.
The function no longer exists in the extension itself. Change-Id: I63ebfb7357d74fbf31154944897a463245a224e2 Reviewed-on: http://review.couchbase.org/29266 Tested-by: Brett Lawson <brett19@gmail.com> Reviewed-by: Trond Norbye <trond.norbye@gmail.com>
1 parent 12d0c0b commit 94070bf

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

example/couchbase-api.php

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -421,23 +421,6 @@ function getReplica($id, $strategy = COUCHBASE_REPLICA_FIRST) {
421421

422422
}
423423

424-
/**
425-
* Retrieve multiple replica documents from the cluster.
426-
*
427-
* Please note that this method is currently experimental and its
428-
* signature may change in a future release.
429-
*
430-
* @param array $ids an array containing all of the document identifiers
431-
* @param array $cas an array to store the cas identifiers of the documents
432-
* @param string $strategy Which strategy to use to pick the replica
433-
* @param int $replicaidx Index (for COUCHBASE_REPLICA_SELECT)
434-
* @return array an array containing the documents
435-
* @throws CouchbaseException if an error occurs
436-
*/
437-
function getReplicaMulti($ids, &$cas = array(), $strategy, $replicaidx) {
438-
439-
}
440-
441424
/**
442425
* Retrieve an object from the cache and lock it from modifications.
443426
*

0 commit comments

Comments
 (0)