MadelineProtoDocs/docs/PHPInternal/danog/MadelineProto/Stream/ReadBufferInterface.md

563 B

title: danog\MadelineProto\Stream\ReadBufferInterface: Read buffer interface. description:

danog\MadelineProto\Stream\ReadBufferInterface

Back to index

Author: Daniil Gentili daniil@daniil.it

Read buffer interface.

Method list:

  • bufferRead(int $length): \Amp\Promise

Methods:

bufferRead(int $length): \Amp\Promise

Read data asynchronously.

Parameters:

  • $length: int How much data to read

See also:

  • \Amp\Promise

Generated by danog/phpdoc