Method
ok
* Was the last command/query successful? * * @internal not idempotent, not intended for use by client code * @return result of check */
()
Source from the content-addressed store, hash-verified
| 193 | * @return result of check |
| 194 | */ |
| 195 | public function ok() |
| 196 | { |
| 197 | return $this->read() == chr(0); |
| 198 | } |
| 199 | |
| 200 | /** |
| 201 | * Receives data. |
Tested by
no test coverage detected