Documentation

Token
in package

FinalYes

RFC 5322 header lexer token

Tags
category

Pop

author

Nick Sagona, III nick@popphp.org

copyright

Copyright (c) 2009-2026 Nick Sagona, III

license

https://www.popphp.org/license New BSD License

version
3.0.0

Table of Contents

Properties

$end  : int
$start  : int
$type  : string
$value  : string

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

        
On this page

Search results