uawdijnntqw1x1x1
IP : 216.73.216.54
Hostname : neogeopocket.gameplayer.club
Kernel : Linux neogeopocket.gameplayer.club 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
www
/
html
/
1c732
/
..
/
mediawiki
/
includes
/
composer
/
..
/
export
/
..
/
Storage
/
..
/
Rest
/
Stream.php
/
/
<?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 ); } }
/var/www/html/1c732/../mediawiki/includes/composer/../export/../Storage/../Rest/Stream.php