CouchdbClient::selectDB

Selects the CouchDB database to use.

Description

public bool CouchdbClient::selectDB ([ string $db_name ] )

Warning

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

Parameters

db_name

Return Values

Examples

Example #1 CouchdbClient::selectDB example

<?php

/* ... */

?>

The above example will output something similar to:

...