MediaWiki
REL1_37
CopyableStreamInterface.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Rest
;
4
8
interface
CopyableStreamInterface
extends
\Psr\Http\Message\StreamInterface {
20
public
function
copyToStream
( $stream );
21
}
MediaWiki\Rest\CopyableStreamInterface
An interface for a stream with a copyToStream() function.
Definition
CopyableStreamInterface.php:8
MediaWiki\Rest\CopyableStreamInterface\copyToStream
copyToStream( $stream)
Copy this stream to a specified stream resource.
MediaWiki\Rest
includes
Rest
CopyableStreamInterface.php
Generated on Fri Apr 5 2024 23:40:46 for MediaWiki by
1.9.8