Method |
Description |
|
get_values ( string $header ) : string[] |
Returns the array with the individual values of the given Accept header. |
|
normalize_priority ( string $priority ) : float |
Returns a normalized float value between 0 and 1 for the given numeric string. |
|
remove_comment ( string $header ) : string |
Returns the given Accept header without comment. |
|
split_value ( string $value ) : array |
Returns the array with the language and priority of the given value, and an empty array for an invalid language. |
|