Creates a new Headers instance from the given $_SERVER-superglobal-like array.
public static createFromServer ( array $server ) : |
||
$server | array | An array similar or equal to $_SERVER, containing headers in the form of "HTTP_FOO_BAR" |
return |