Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/EmailNotifications/vendor/async-aws/core/src/Stream/ResultStream.php
Ðазад
<?php declare(strict_types=1); namespace AsyncAws\Core\Stream; /** * Stream for a Result. */ interface ResultStream { /** * Download the response in chunks. * * $fileHandler = fopen('/output.pdf', 'w'); * foreach ($result->getBody()->getChunks() as $chunk) { * fwrite($fileHandler, $chunk); * } * * @return iterable<string> */ public function getChunks(): iterable; /** * Download content into a temporary resource and return a string. */ public function getContentAsString(): string; /** * Download content into a resource and then return that resource. * * @return resource */ public function getContentAsResource(); }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка