Documentation

Registry
in package

Pdf extract filter registry 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

Methods

decode()  : string
Decode stream data through one or more filters
filterName()  : string
Resolve a filter value (Name or raw string) to its filter name
normalizeParams()  : array<string|int, mixed>
Normalize a /DecodeParms value into a plain array of scalar params
resolve()  : FilterInterface
Resolve a filter name to a filter instance

Methods

decode()

Decode stream data through one or more filters

public static decode(string $data, mixed $filter[, mixed $decodeParms = null ][, Budget|null $budget = null ]) : string
Parameters
$data : string
$filter : mixed
$decodeParms : mixed = null
$budget : Budget|null = null
Tags
throws
Exception
Return values
string

filterName()

Resolve a filter value (Name or raw string) to its filter name

protected static filterName(mixed $filter) : string
Parameters
$filter : mixed
Return values
string

normalizeParams()

Normalize a /DecodeParms value into a plain array of scalar params

protected static normalizeParams(mixed $parms) : array<string|int, mixed>
Parameters
$parms : mixed
Return values
array<string|int, mixed>

        
On this page

Search results