| API Call | $object->getStats() |
| Asynchronous | no |
| Description |
Get the database statistics
|
| Returns | array; supported values: |
| | COUCHBASE_EINTERNAL | Internal error within the Couchbase extension | |
| | COUCHBASE_ERROR | Generic error occurred | |
| | array | Array of request static data | |
| Arguments | |
| | None | | |
| Errors | |
CouchbaseAuthenticationException |
Authentication to the Couchbase cluster failed
|
CouchbaseException |
Base exception class for all Couchbase exceptions
|
CouchbaseIllegalKeyException |
The key provided is not a legal key identifier
|
CouchbaseLibcouchbaseException |
An error occurred within the libcouchbase library used by
th PHP extension
|
CouchbaseServerException |
An error occurred within the Couchbase cluster
|