Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ receive
Method
receive
basex-api/src/main/php/BaseXClient/Session.php:204–209 ·
view source on GitHub ↗
* Receives data. * @return string */
()
Source
from the content-addressed store, hash-verified
202
* @return string
203
*/
204
public function receive()
205
{
206
$this->bpos = 0;
207
$this->bsize = 0;
208
return $this->readString();
209
}
210
211
/**
212
* Sends data.
Callers
3
execute
Method · 0.95
sendCmd
Method · 0.95
exec
Method · 0.45
Calls
1
readString
Method · 0.95
Tested by
no test coverage detected