Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ context
Method
context
basex-api/src/main/php/BaseXClient/Query.php:37–40 ·
view source on GitHub ↗
($value, $type = "")
Source
from the content-addressed store, hash-verified
35
}
36
37
public function context($value, $type =
""
)
38
{
39
$this->exec(chr(14), $this->id.chr(0).$value.chr(0).$type);
40
}
41
42
public function execute()
43
{
Callers
3
reorderHeaders
Method · 0.45
init
Method · 0.45
closeHandler
Method · 0.45
Calls
1
exec
Method · 0.95
Tested by
3
reorderHeaders
Method · 0.36
init
Method · 0.36
closeHandler
Method · 0.36