[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/nyholm/psr7/src/ -> ServerRequest.php (summary)

(no description)

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

Defines 1 class

ServerRequest:: (14 methods):
  __construct()
  getServerParams()
  getUploadedFiles()
  withUploadedFiles()
  getCookieParams()
  withCookieParams()
  getQueryParams()
  withQueryParams()
  getParsedBody()
  withParsedBody()
  getAttributes()
  getAttribute()
  withAttribute()
  withoutAttribute()


Class: ServerRequest  - X-Ref


__construct(string $method, $uri, array $headers = [], $body = null, string $version = '1.1', array $serverParams = [])   X-Ref

param: string $method HTTP method
param: string|UriInterface $uri URI
param: array $headers Request headers
param: string|resource|StreamInterface|null $body Request body
param: string $version Protocol version
param: array $serverParams Typically the $_SERVER superglobal

getServerParams()   X-Ref
No description

getUploadedFiles()   X-Ref
No description

withUploadedFiles(array $uploadedFiles)   X-Ref
No description

getCookieParams()   X-Ref
No description

withCookieParams(array $cookies)   X-Ref
No description

getQueryParams()   X-Ref
No description

withQueryParams(array $query)   X-Ref
No description

getParsedBody()   X-Ref
No description

withParsedBody($data)   X-Ref
No description

getAttributes()   X-Ref
No description

getAttribute($attribute, $default = null)   X-Ref

return: mixed

withAttribute($attribute, $value)   X-Ref
No description

withoutAttribute($attribute)   X-Ref
No description



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer