Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ close
Method
close
basex-api/src/main/php/BaseXClient/Query.php:83–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
}
82
83
public function close()
84
{
85
$this->exec(chr(2), $this->id);
86
}
87
88
public function exec($cmd, $arg)
89
{
Callers
nothing calls this directly
Calls
1
exec
Method · 0.95
Tested by
no test coverage detected