Copied!
  • internal
CloneableFinalInstantiable
Methods
public static parseHeaders(array $headers) : array
 

Returns the HTTP version, status code, reason phrase, and headers.

  • param string[] $headers
  • return array{0: string, 1: int, 2: ?string, 3: array}
  • throws \RuntimeException
Methods
public static parseHeaders(array $headers) : array
 

Returns the HTTP version, status code, reason phrase, and headers.

  • param string[] $headers
  • return array{0: string, 1: int, 2: ?string, 3: array}
  • throws \RuntimeException
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration