* Creates a new database, inserts initial content. * * @param string $name name of the new database * @param string $input XML string */
($name, $input)
| 99 | * @param string $input XML string |
| 100 | */ |
| 101 | public function create($name, $input) |
| 102 | { |
| 103 | $this->sendCmd(8, $name, $input); |
| 104 | } |
| 105 | |
| 106 | /** |
| 107 | * Inserts a document in the database at the specified path. |