_parse_pdf_dictionary()
_parse_pdf_dictionary( $source_string, $offset) : array
Parse a PDF dictionary object
Returns an array of dictionary contents, classified by object type: boolean, numeric, string, hex (string),
indirect (object), name, array, dictionary, stream, and null.
The array also has a '/length' element containing the number of bytes occupied by the
dictionary in the source string, excluding the enclosing delimiters.
Parameters
Returns
array
— ( '/length' => length, key => array( 'type' => type, 'value' => value ) ) for each dictionary field