We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
string PhpOrient\Protocols\Binary\Stream\Writer::packByte(integer $value)
string PhpOrient\Protocols\Binary\Stream\Writer::packShort(integer $value)
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
array PhpOrient\Protocols\Binary\Stream\Writer::str2bin($value)
to a binary string of bits and take the remainder also
string PhpOrient\Protocols\Binary\Stream\Writer::packInt(integer $value)
string PhpOrient\Protocols\Binary\Stream\Writer::packString(string $value)
string PhpOrient\Protocols\Binary\Stream\Writer::packBytes(string $value)