Documentation

Stream
in package

Pdf extract stream value object class

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
6.0.0

Table of Contents

Properties

$dict  : array<string|int, mixed>
$raw  : string

Methods

__construct()  : mixed
Constructor

Properties

$dict read-only

public array<string|int, mixed> $dict

$raw read-only

public string $raw

Methods

__construct()

Constructor

public __construct(array<string|int, mixed> $dict, string $raw) : mixed

Instantiate a stream value object.

Parameters
$dict : array<string|int, mixed>

The stream's dictionary

$raw : string

The stream's raw (still-encoded) bytes


        
On this page

Search results