MCPcopy Create free account
hub / github.com/BaseXdb/basex / store

Method store

basex-api/src/main/php/BaseXClient/Session.php:134–137  ·  view source on GitHub ↗

* Stores binary content at the specified path. * * @param string $path filesystem-like path * @param string $input binary data */

($path, $input)

Source from the content-addressed store, hash-verified

132 * @param string $input binary data
133 */
134 public function store($path, $input)
135 {
136 $this->sendCmd(13, $path, $input);
137 }
138
139 /**
140 * Status information of the last command/query.

Callers

nothing calls this directly

Calls 1

sendCmdMethod · 0.95

Tested by

no test coverage detected