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()


Top ↑

Return Return

(Array) containing xref and trailer data.


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf_parser.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.000 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.