CouchdbClient::getDoc

Returns a couchDB document.

Description

public object CouchdbClient::getDoc ( string $doc_id [, array $options ] )

Warning

This function is currently not documented; only its argument list is available.

Parameters

doc_id

options

Return Values

Errors/Exceptions

Throws CouchdbClientException.

Examples

Example #1 CouchdbClient::getDoc example

<?php

/* ... */

?>

The above example will output something similar to:

...