MediaWiki
master
CopyableStreamInterface.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Rest
;
4
5
use Psr\Http\Message\StreamInterface;
6
10
interface
CopyableStreamInterface
extends
StreamInterface {
22
public
function
copyToStream
( $stream );
23
}
MediaWiki\Rest\CopyableStreamInterface
An interface for a stream with a copyToStream() function.
Definition
CopyableStreamInterface.php:10
MediaWiki\Rest\CopyableStreamInterface\copyToStream
copyToStream( $stream)
Copy this stream to a specified stream resource.
MediaWiki\Rest
includes
Rest
CopyableStreamInterface.php
Generated on Fri Jan 24 2025 10:25:46 for MediaWiki by
1.10.0