Details
Description
These docs are incorrect: http://www.couchbase.com/docs/couchbase-sdk-php-1.0/api-reference-summary.html
It says: "$object->new Couchbase($url, $username, $password [, $persistent ])"
It should say
It says: "$object->new Couchbase($url, $username, $password [, $persistent ])"
It should say
Issue Links
- is duplicated by
-
PCBC-94
new() function docs is missing the $bucket parameter:
-
$object->new Couchbase($url [ , $username, $password, $bucket, $persistent ])
That is, all the parameters are optional after $url. And the $bucket parameter is missing in the current docs.