Home
last modified time | relevance | path

Searched refs:copyToString (Results 1 – 12 of 12) sorted by relevance

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DUtilsTest.php17 $this->assertEquals('foobaz', Utils::copyToString($s));
19 $this->assertEquals('foo', Utils::copyToString($s, 3));
20 $this->assertEquals('baz', Utils::copyToString($s, 3));
21 $this->assertEquals('', Utils::copyToString($s));
32 $result = Utils::copyToString($s1);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStreamDecoratorTrait.php57 return Utils::copyToString($this);
H A DPumpStream.php57 return Utils::copyToString($this);
H A DAppendStream.php67 return Utils::copyToString($this);
H A Dfunctions.php199 return Utils::copyToString($stream, $maxLen);
H A DUtils.php83 public static function copyToString(StreamInterface $stream, $maxLen = -1) function in GuzzleHttp\\Psr7\\Utils
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStreamDecoratorTrait.php49 return Utils::copyToString($this);
H A DPumpStream.php53 return Utils::copyToString($this);
H A DAppendStream.php65 return Utils::copyToString($this);
H A DUtils.php56 public static function copyToString(StreamInterface $stream, $maxLen = -1) function in GuzzleHttp\\Stream\\Utils
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst22 ``GuzzleHttp\Stream\Utils::copyToString()`` function.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md430 ## `GuzzleHttp\Psr7\Utils::copyToString`
432 `public static function copyToString(StreamInterface $stream, int $maxLen = -1): string`
570 | `copy_to_string` | `Utils::copyToString` |