Token
in package
FinalYes
RFC 5322 header lexer token
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$end read-only
public
int
$end
$start read-only
public
int
$start
$type read-only
public
string
$type
$value read-only
public
string
$value
Methods
__construct()
public
__construct(string $type, string $value, int $start, int $end) : mixed
Parameters
- $type : string
- $value : string
- $start : int
- $end : int