[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/guzzlehttp/psr7/src/ -> MultipartStream.php (summary)

(no description)

File Size: 158 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

MultipartStream:: (8 methods):
  __construct()
  getBoundary()
  isWritable()
  getHeaders()
  createStream()
  addElement()
  createElement()
  getHeader()


Class: MultipartStream  - X-Ref

Stream that when read returns bytes for a streaming multipart or
multipart/form-data stream.

__construct(array $elements = [], $boundary = null)   X-Ref

param: array  $elements Array of associative arrays, each containing a
param: string $boundary You can optionally provide a specific boundary

getBoundary()   X-Ref
Get the boundary

return: string

isWritable()   X-Ref
No description

getHeaders(array $headers)   X-Ref
Get the headers needed before transferring the content of a POST file


createStream(array $elements)   X-Ref
Create the aggregate stream that will be used to upload the POST data


addElement(AppendStream $stream, array $element)   X-Ref
No description

createElement($name, StreamInterface $stream, $filename, array $headers)   X-Ref

return: array

getHeader(array $headers, $key)   X-Ref
No description



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1