AdobeConnectClient\Helpers\HeaderParse
Parses a Header
See
Synopsis
Coverage
Methods | 0% | 0 / 2 |
Lines | 0% | / |
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
34 - 36 | ElseExpression | The method parse uses an else expression. Else is never necessary and you can simplify the code to work without else. |
Methods
private
- normalize() — Converts an array of header values that may contain comma separated headers into an array of headers with no comma separated values.
public
- parse() — 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.