[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

(no description)

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

Defines 2 functions

  parse()
  normalize()

Functions
Functions that are not part of a class:

parse($header)   X-Ref
Parse an array of header values containing ";" separated data into an
array of associative arrays representing the header key value pair data
of the header. When a parameter does not contain a value, but just
contains a key, this function will inject a key with a '' string value.

param: string|array $header Header to parse into components.
return: array Returns the parsed header values.

normalize($header)   X-Ref
Converts an array of header values that may contain comma separated
headers into an array of headers with no comma separated values.

param: string|array $header Header to normalize.
return: array Returns the normalized header field values.



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