MCPcopy Create free account
hub / github.com/apache/avro / readBoolean

Method readBoolean

lang/php/lib/Datum/AvroIOBinaryDecoder.php:62–65  ·  view source on GitHub ↗

* @returns boolean */

()

Source from the content-addressed store, hash-verified

60 * @returns boolean
61 */
62 public function readBoolean()
63 {
64 return (bool) (1 == ord($this->nextByte()));
65 }
66
67 /**
68 * @returns string the next byte from $this->io.

Callers 1

readDataMethod · 0.45

Calls 1

nextByteMethod · 0.95

Tested by

no test coverage detected