Documentation

RunLength
in package
implements FilterInterface

Pdf extract run length filter 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

Interfaces

FilterInterface
Pdf extract filter interface

Constants

MAX_DECODED_LENGTH  = 67108864
Maximum decoded stream size in bytes

Methods

decode()  : string
Decode a RunLengthDecode stream

Constants

MAX_DECODED_LENGTH

Maximum decoded stream size in bytes

protected mixed MAX_DECODED_LENGTH = 67108864

Methods

decode()

Decode a RunLengthDecode stream

public decode(string $data[, array<string|int, mixed> $params = [] ]) : string
Parameters
$data : string
$params : array<string|int, mixed> = []
Tags
throws
Exception
Return values
string

        
On this page

Search results