[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/guzzlehttp/guzzle/src/Post/ -> PostFileInterface.php (summary)

(no description)

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

Defines 1 class

PostFileInterface:: (4 methods):
  getName()
  getFilename()
  getContent()
  getHeaders()


Interface: PostFileInterface  - X-Ref

Post file upload interface

getName()   X-Ref
Get the name of the form field

return: string

getFilename()   X-Ref
Get the full path to the file

return: string

getContent()   X-Ref
Get the content

return: StreamInterface

getHeaders()   X-Ref
Gets all POST file headers.

The keys represent the header name as it will be sent over the wire, and
each value is a string.

return: array Returns an associative array of the file's headers.



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1