Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/avro
/ skipFloat
Method
skipFloat
lang/php/lib/Datum/AvroIOBinaryDecoder.php:237–240 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
235
}
236
237
public function skipFloat()
238
{
239
return $this->skip(4);
240
}
241
242
public function skipDouble()
243
{
Callers
1
skipData
Method · 0.45
Calls
1
skip
Method · 0.95
Tested by
no test coverage detected