Overview

Namespaces

  • Docta
    • MercadoLibre
      • Exception
      • OAuth2
        • Client
          • Test
  • GuzzleHttp
    • Cookie
    • Exception
    • Handler
    • Promise
      • Test
      • Tests
    • Psr7
    • Test
      • Handler
    • Tests
      • CookieJar
      • Event
      • Exception
      • Handler
      • Promise
      • Psr7
  • League
    • OAuth2
      • Client
        • Grant
          • Exception
        • Provider
          • Exception
        • Test
          • Grant
          • Provider
            • Exception
            • Fake
          • Token
          • Tool
        • Token
        • Tool
  • None
  • Psr
    • Http
      • Message

Classes

  • AppendStreamTest
  • BadStream
  • BufferStreamTest
  • CachingStreamTest
  • DroppingStreamTest
  • ExtendedUriTest
  • FnStreamTest
  • FunctionsTest
  • HasToString
  • InflateStreamtest
  • LazyOpenStreamTest
  • LimitStreamTest
  • NoSeekStreamTest
  • PumpStreamTest
  • RequestTest
  • ResponseTest
  • ServerRequestTest
  • Str
  • StreamDecoratorTraitTest
  • StreamTest
  • StreamWrapperTest
  • UploadedFileTest
  • UriNormalizerTest
  • UriResolverTest
  • UriTest
  • Overview
  • Namespace
  • Class
  • Download

Class Str

Describes a data stream.

Typically, an instance will wrap a PHP stream; this interface provides a wrapper around the most common operations, including serialization of the entire stream to a string.

GuzzleHttp\Tests\Psr7\Str implements Psr\Http\Message\StreamInterface uses GuzzleHttp\Psr7\StreamDecoratorTrait
Namespace: GuzzleHttp\Tests\Psr7
Located at tests/StreamDecoratorTraitTest.php
Methods inherited from Psr\Http\Message\StreamInterface
__toString(), close(), detach(), eof(), getContents(), getMetadata(), getSize(), isReadable(), isSeekable(), isWritable(), read(), rewind(), seek(), tell(), write()
Methods used from GuzzleHttp\Psr7\StreamDecoratorTrait
__call(), __construct(), __get(), __toString(), close(), createStream(), detach(), eof(), getContents(), getMetadata(), getSize(), isReadable(), isSeekable(), isWritable(), read(), rewind(), seek(), tell(), write()
MercadoLibre PHP SDK API documentation generated by ApiGen