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

Method ok

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

* Was the last command/query successful? * * @internal not idempotent, not intended for use by client code * @return result of check */

()

Source from the content-addressed store, hash-verified

193 * @return result of check
194 */
195 public function ok()
196 {
197 return $this->read() == chr(0);
198 }
199
200 /**
201 * Receives data.

Callers 2

executeMethod · 0.95
sendCmdMethod · 0.95

Calls 1

readMethod · 0.95

Tested by

no test coverage detected