-
Notifications
You must be signed in to change notification settings - Fork 33
PhpOrient Protocols Binary Stream Writer
Domenico Lupinetti edited this page Jan 24, 2015
·
4 revisions
- Class name: Writer
- Namespace: PhpOrient\Protocols\Binary\Stream
string PhpOrient\Protocols\Binary\Stream\Writer::packByte(integer $value)- Visibility: public
- This method is static.
- $value integer
string PhpOrient\Protocols\Binary\Stream\Writer::packShort(integer $value)- Visibility: public
- This method is static.
- $value integer
string PhpOrient\Protocols\Binary\Stream\Writer::packLong(integer|string $value)If it is a 32bit PHP we suppose that this log is treated by bcmath TODO 32bit
- Visibility: public
- This method is static.
- $value integer|string
string PhpOrient\Protocols\Binary\Stream\Writer::sub_1($x)- Visibility: protected
- This method is static.
- $x mixed
array PhpOrient\Protocols\Binary\Stream\Writer::str2bin($value)to a binary string of bits and take the remainder also
- Visibility: protected
- This method is static.
- $value mixed
string PhpOrient\Protocols\Binary\Stream\Writer::packInt(integer $value)- Visibility: public
- This method is static.
- $value integer
string PhpOrient\Protocols\Binary\Stream\Writer::packString(string $value)- Visibility: public
- This method is static.
- $value string
string PhpOrient\Protocols\Binary\Stream\Writer::packBytes(string $value)- Visibility: public
- This method is static.
- $value string