phpdftk API Documentation

Token
in package

Read onlyYes
FinalYes

A single lexical token from the PDF byte stream, carrying its type, string value, and byte offset within the source.

Table of Contents

Properties

$offset  : int
$type  : TokenType
$value  : string

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct(TokenType $type, string $value, int $offset) : mixed
Parameters
$type : TokenType
$value : string
$offset : int

        
On this page

Search results