MediaWiki REL1_34
|
Public Member Functions | |
__construct ( $stream, $options=[]) | |
copyToStream ( $target) | |
Copy this stream to a specified stream resource. | |
Private Attributes | |
$stream | |
Definition at line 7 of file Stream.php.
MediaWiki\Rest\Stream::__construct | ( | $stream, | |
$options = [] |
|||
) |
Definition at line 10 of file Stream.php.
References MediaWiki\Rest\Stream\$stream.
MediaWiki\Rest\Stream::copyToStream | ( | $stream | ) |
Copy this stream to a specified stream resource.
For some streams, this can be implemented without a tight loop in PHP code.
Equivalent to reading from the object until EOF and writing the resulting data to $stream. The position will be advanced to the end.
Note that $stream is not a StreamInterface object.
resource | $stream | Destination |
Implements MediaWiki\Rest\CopyableStreamInterface.
Definition at line 15 of file Stream.php.
|
private |
Definition at line 8 of file Stream.php.
Referenced by MediaWiki\Rest\Stream\__construct().