MCPcopy 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

executeMethod · 0.95
sendCmdMethod · 0.95
execMethod · 0.45

Calls 1

readStringMethod · 0.95

Tested by

no test coverage detected