forked from Ostico/PhpOrient
-
Notifications
You must be signed in to change notification settings - Fork 13
PhpOrient Protocols Binary Stream Reader
Domenico Lupinetti edited this page Jan 1, 2015
·
3 revisions
- Class name: Reader
- Namespace: PhpOrient\Protocols\Binary\Stream
integer PhpOrient\Protocols\Binary\Stream\Reader::unpackByte(mixed $value)
- Visibility: public
- This method is static.
- $value mixed
integer PhpOrient\Protocols\Binary\Stream\Reader::unpackShort(mixed $value)
- Visibility: public
- This method is static.
- $value mixed
integer PhpOrient\Protocols\Binary\Stream\Reader::unpackInt(mixed $value)
- Visibility: public
- This method is static.
- $value mixed
the value to unpack
integer PhpOrient\Protocols\Binary\Stream\Reader::unpackLong(string $value)
- Visibility: public
- This method is static.
- $value string
string|null PhpOrient\Protocols\Binary\Stream\Reader::unpackString(mixed $value)
- Visibility: public
- This method is static.
- $value mixed
string|null PhpOrient\Protocols\Binary\Stream\Reader::unpackBytes(mixed $value)
- Visibility: public
- This method is static.
- $value mixed