Method | Description | |
---|---|---|
assertValid ( string $value ) | Assert a header value is valid. | |
assertValidName ( mixed $name ) | Assert whether or not a header name is valid. | |
filter ( string $value ) : string | Filter a header value | |
isValid ( string $value ) : boolean | Validate a header value. |
Method | Description | |
---|---|---|
__construct ( ) | Private constructor; non-instantiable. |
public static assertValid ( string $value ) | ||
$value | string |
public static assertValidName ( mixed $name ) | ||
$name | mixed |