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

Method bind

basex-api/src/main/php/BaseXClient/Query.php:32–35  ·  view source on GitHub ↗
($name, $value, $type = "")

Source from the content-addressed store, hash-verified

30 }
31
32 public function bind($name, $value, $type = "")
33 {
34 $this->exec(chr(3), $this->id.chr(0).$name.chr(0).$value.chr(0).$type);
35 }
36
37 public function context($value, $type = "")
38 {

Callers 1

Calls 1

execMethod · 0.95

Tested by

no test coverage detected