PhpOrient Protocols Binary Stream Reader - Ostico/PhpOrient GitHub Wiki

PhpOrient\Protocols\Binary\Stream\Reader

  • Class name: Reader
  • Namespace: PhpOrient\Protocols\Binary\Stream

Methods

unpackByte

    integer PhpOrient\Protocols\Binary\Stream\Reader::unpackByte(mixed $value)
Unpack a byte.
  • Visibility: public
  • This method is static.
Arguments
  • $value mixed

unpackShort

    integer PhpOrient\Protocols\Binary\Stream\Reader::unpackShort(mixed $value)
Unpack a short.
  • Visibility: public
  • This method is static.
Arguments
  • $value mixed

unpackInt

    integer PhpOrient\Protocols\Binary\Stream\Reader::unpackInt(mixed $value)
Unpack an integer.
  • Visibility: public
  • This method is static.
Arguments
  • $value mixed the value to unpack

unpackLong

    integer PhpOrient\Protocols\Binary\Stream\Reader::unpackLong(string $value)
Unpack a long.
  • Visibility: public
  • This method is static.
Arguments
  • $value string

unpackString

    string|null PhpOrient\Protocols\Binary\Stream\Reader::unpackString(mixed $value)
Unpack a string.
  • Visibility: public
  • This method is static.
Arguments
  • $value mixed

unpackBytes

    string|null PhpOrient\Protocols\Binary\Stream\Reader::unpackBytes(mixed $value)
Unpack bytes.
  • Visibility: public
  • This method is static.
Arguments
  • $value mixed