Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
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/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DStreamDecoratorTrait.php49 return Utils::copyToString($this);
DPumpStream.php53 return Utils::copyToString($this);
DUtils.php56 public static function copyToString(StreamInterface $stream, $maxLen = -1) function in GuzzleHttp\\Stream\\Utils
DAppendStream.php65 return Utils::copyToString($this);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DStreamDecoratorTrait.php57 return Utils::copyToString($this);
DPumpStream.php57 return Utils::copyToString($this);
DAppendStream.php67 return Utils::copyToString($this);
Dfunctions.php199 return Utils::copyToString($stream, $maxLen);
DUtils.php83 public static function copyToString(StreamInterface $stream, $maxLen = -1) function in GuzzleHttp\\Psr7\\Utils
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DStreamDecoratorTrait.php61 return Utils::copyToString($this);
DPumpStream.php57 return Utils::copyToString($this);
DAppendStream.php78 return Utils::copyToString($this);
DUtils.php81 public static function copyToString(StreamInterface $stream, int $maxLen = -1): string function in GuzzleHttp\\Psr7\\Utils
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
DCHANGELOG.rst22 ``GuzzleHttp\Stream\Utils::copyToString()`` function.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DREADME.md430 ## `GuzzleHttp\Psr7\Utils::copyToString`
432 `public static function copyToString(StreamInterface $stream, int $maxLen = -1): string`
570 | `copy_to_string` | `Utils::copyToString` |
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DREADME.md463 ## `GuzzleHttp\Psr7\Utils::copyToString`
465 `public static function copyToString(StreamInterface $stream, int $maxLen = -1): string`
614 | `copy_to_string` | `Utils::copyToString` |