REDROOM
PHP 7.4.33
Path:
Logout
Edit File
Size: 565 B
Close
/home/godevadmin/www/admin/vendor/aws/Aws/Handler/GuzzleV5/GuzzleStream.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 PSR-7 Stream to a Guzzle 5 Stream. * * @codeCoverageIgnore */ class GuzzleStream implements GuzzleStreamInterface { use StreamDecoratorTrait; /** @var Psr7StreamInterface */ private $stream; public function __construct(Psr7StreamInterface $stream) { $this->stream = $stream; } }
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).