Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7584
Stream.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
398 B
Referenced Files
None
Subscribers
None
Stream.php
View Options
<?php
namespace
MediaWiki\Rest
;
use
GuzzleHttp\Psr7
;
class
Stream
extends
Psr7\Stream
implements
CopyableStreamInterface
{
/** @var resource */
private
$stream
;
public
function
__construct
(
$stream
,
$options
=
[]
)
{
$this
->
stream
=
$stream
;
parent
::
__construct
(
$stream
,
$options
);
}
public
function
copyToStream
(
$target
)
{
stream_copy_to_stream
(
$this
->
stream
,
$target
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Sep 10, 07:08 (8 h, 48 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5a/e5/f45c6a4565398d2552dfd1587e2b
Default Alt Text
Stream.php (398 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment