Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/avro
/ skipBoolean
Method
skipBoolean
lang/php/lib/Datum/AvroIOBinaryDecoder.php:199–202 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
197
}
198
199
public function skipBoolean()
200
{
201
return $this->skip(1);
202
}
203
204
/**
205
* @param int $len count of bytes to skip
Callers
1
skipData
Method · 0.45
Calls
1
skip
Method · 0.95
Tested by
no test coverage detected