Searched refs:AppendStream (Results 1 – 7 of 7) sorted by relevance
4 use GuzzleHttp\Stream\AppendStream; alias 17 $a = new AppendStream();28 $a = new AppendStream();34 $a = new AppendStream();52 $a = new AppendStream([70 $a = new AppendStream([$s1, $s2]);80 $a = new AppendStream([$s1]);87 $a = new AppendStream([Stream::factory('foo')]);96 $a = new AppendStream();102 $a = new AppendStream([[all...]
70 $stream = new AppendStream();82 private function addElement(AppendStream $stream, array $element)
14 class AppendStream implements StreamInterface class
64 * Properly closing all underlying streams when AppendStream is closed.83 * Added an AppendStream to stream over multiple stream one after the other.
11 class AppendStream implements StreamInterface class 43 * Add a stream to the AppendStream
133 - Fix `AppendStream::detach` to not close streams
17 ## AppendStream section in Stream implementation19 `GuzzleHttp\Psr7\AppendStream`28 $composed = new Psr7\AppendStream([$a, $b]);