Lines Matching refs:This

3 This repository contains a full [PSR-7](http://www.php-fig.org/psr/psr-7/)
13 This package comes with a number of stream implementations and stream
43 This stream returns a "hwm" metadata value that tells upstream consumers
51 // false to writes. This is an indication that writers should slow down.
59 non-seekable streams. This can be useful when transferring a non-seekable
135 This stream decorator skips the first 10 bytes of the given stream to remove
164 This can be useful for breaking a large file into smaller pieces to be sent in
230 `GuzzleHttp\Psr7\StreamDecoratorTrait`. This trait provides methods that
236 byte is read from a stream. This could be implemented by overriding the
269 This decorator could be added to any existing stream and used like so:
399 value pair will become an array. This function does not parse nested
410 This function can use the return value of `parse()` to build a query
411 string. This function does not modify the provided keys when an array is
444 This method reads the entire stream to calculate a rolling hash, based on
454 This method is useful for reducing the number of clones needed to mutate
484 This method accepts the following `$resource` types:
527 When fopen fails, PHP normally raises a warning. This function adds an
537 This function accepts a string or UriInterface and returns a
648 or the standard port. This method can be used independently of the implementation.
690 to [RFC 3986 Section 5](https://tools.ietf.org/html/rfc3986#section-5). This is for example also wh…
710 Returns the target URI as a relative reference from the base URI. This method is the counterpart to…
737 This methods adds additional normalizations that can be configured with the `$flags` parameter whic…
808 This of course assumes they will be resolved against the same base URI. If this is not the case, de…