REDROOM
PHP 7.4.33
Path:
Logout
Edit File
Size: 740 B
Close
/home/godevadmin/www/admin/vendor/aws/Aws/Handler/GuzzleV5/PsrStream.php
Text
Base64
<?php namespace Aws\Handler\GuzzleV5; use GuzzleHttp\Stream\StreamDecoratorTrait; use GuzzleHttp\Stream\StreamInterface as GuzzleStreamInterface; use Psr\Http\Message\StreamInterface as Psr7StreamInterface; /** * Adapts a Guzzle 5 Stream to a PSR-7 Stream. * * @codeCoverageIgnore */ class PsrStream implements Psr7StreamInterface { use StreamDecoratorTrait; /** @var GuzzleStreamInterface */ private $stream; public function __construct(GuzzleStreamInterface $stream) { $this->stream = $stream; } public function rewind() { $this->stream->seek(0); } public function getContents() { return $this->stream->getContents(); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
GuzzleHandler.php
6.83 KB
lrwxrwxr-x
2024-06-18 20:10:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
GuzzleStream.php
565 B
lrwxrwxr-x
2024-06-18 20:10:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PsrStream.php
740 B
lrwxrwxr-x
2024-06-18 20:10:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).