Class Couchbase
A cache service that stored data in Couchbase
- Wei\Base
-
Wei\BaseCache
-
Wei\Couchbase
Namespace: Wei
Author: Twin Huang twinhuang@qq.com
Link: https://github.com/couchbase/php-ext-couchbase
Located at Couchbase.php
Author: Twin Huang twinhuang@qq.com
Link: https://github.com/couchbase/php-ext-couchbase
Located at Couchbase.php
public
|
|
public
mixed
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
integer|false
|
|
public
boolean
|
|
public
array
|
|
public
array
|
|
public
Couchbase
|
|
public
|
__invoke(),
decr(),
getFileContent(),
getNamespace(),
processGetResult(),
setNamespace()
|
__call(),
__get(),
getOption(),
setOption()
|
protected
array|string
|
$hosts
An array of hostnames[:port] where the Couchbase cluster is running. The port number is optional (and only needed if you're using a non-standard port). |
#
'127.0.0.1:8091'
|
protected
string
|
$user
The username used for authentication to the cluster |
|
protected
string
|
$password
The password used to authenticate to the cluster |
|
protected
string
|
$bucket
The name of the bucket to connect to |
#
'default'
|
protected
boolean
|
$persistent
If a persistent object should be used or not |
#
true
|
protected
Couchbase
|
$object
The couchbase object |
$namespace
|
$providers,
$wei
|