[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/guzzlehttp/psr7/src/ -> PumpStream.php (summary)

(no description)

File Size: 170 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PumpStream:: (17 methods):
  __construct()
  __toString()
  close()
  detach()
  getSize()
  tell()
  eof()
  isSeekable()
  rewind()
  seek()
  isWritable()
  write()
  isReadable()
  read()
  getContents()
  getMetadata()
  pump()


Class: PumpStream  - X-Ref

Provides a read only stream that pumps data from a PHP callable.

When invoking the provided callable, the PumpStream will pass the amount of
data requested to read to the callable. The callable can choose to ignore
this value and return fewer or more bytes than requested. Any extra data
returned by the provided callable is buffered internally until drained using
the read() function of the PumpStream. The provided callable MUST return
false when there is no more data to read.

__construct(callable $source, array $options = [])   X-Ref

param: callable $source  Source of the stream data. The callable MAY
param: array    $options Stream options:

__toString()   X-Ref
No description

close()   X-Ref
No description

detach()   X-Ref
No description

getSize()   X-Ref
No description

tell()   X-Ref
No description

eof()   X-Ref
No description

isSeekable()   X-Ref
No description

rewind()   X-Ref
No description

seek($offset, $whence = SEEK_SET)   X-Ref
No description

isWritable()   X-Ref
No description

write($string)   X-Ref
No description

isReadable()   X-Ref
No description

read($length)   X-Ref
No description

getContents()   X-Ref
No description

getMetadata($key = null)   X-Ref
No description

pump($length)   X-Ref
No description



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1