TCPDF_PARSER::decodeXref( $startxref, $xref = array() )
Decode the Cross-Reference section
Description Description
Parameters Parameters
- $startxref
-
(Required) (int) Offset at which the xref section starts (position of the 'xref' keyword).
- $xref
-
(Optional) (array) Previous xref array (if any).
Default value: array()
Return Return
(Array) containing xref and trailer data.
Source Source
File: includes/lib/tcpdf/tcpdf_parser.php
Changelog Changelog
Version | Description |
---|---|
1.0.000 | Introduced. |