CouchdbClient::storeDoc

Stores a CouchDB document.

Description

public array CouchdbClient::storeDoc ( mixed $document )

Warning

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

Parameters

document

Return Values

Examples

Example #1 CouchdbClient::storeDoc example

<?php

/* ... */

?>

The above example will output something similar to:

...