phpdftk API Documentation

PdfNumber
in package
implements Serializable

Represents a PDF numeric object (integer or real number).

Table of Contents

Interfaces

Serializable
Contract for anything that can emit raw PDF syntax via `toPdf()`.

Properties

$value  : int|float

Methods

__construct()  : mixed
toPdf()  : string

Properties

Methods

__construct()

public __construct(int|float $value) : mixed
Parameters
$value : int|float

toPdf()

public toPdf() : string
Return values
string

        
On this page

Search results