SetaPDF_Core_Parser_Content A parser for PDF content
File: /SetaPDF v2/Core/Parser/Content.php
Class hierarchy
Summary
Properties
$_stream
protected string SetaPDF_Core_Parser_Content::$_stream
The stream to parse
Methods
process()
registerOperator()
public SetaPDF_Core_Parser_Content::registerOperator (
string|array $operator, callable $callback
): voidRegister a callback for an operator token.
Parameters
- $operator : string|array
- $callback : callable
skipUntil()
WARNING: This method is marked as deprecated!
Processes the stream until a specifc oprator is matched.
This method can be used to disable the process method for a specific token range.
Parameters
- $operator : string