ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
getid3_pdf Class Reference

getID3() by James Heinrich info@.nosp@m.geti.nosp@m.d3.or.nosp@m.g // More...

+ Inheritance diagram for getid3_pdf:
+ Collaboration diagram for getid3_pdf:

Public Member Functions

 Analyze ()
 
- Public Member Functions inherited from getid3_handler
 __construct (getID3 $getid3, $call_module=null)
 
 Analyze ()
 
 AnalyzeString ($string)
 
 setStringMode ($string)
 
 saveAttachment ($name, $offset, $length, $image_mime=null)
 

Additional Inherited Members

- Protected Member Functions inherited from getid3_handler
 ftell ()
 
 fread ($bytes)
 
 fseek ($bytes, $whence=SEEK_SET)
 
 feof ()
 
 isDependencyFor ($module)
 
 error ($text)
 
 warning ($text)
 
 notice ($text)
 
- Protected Attributes inherited from getid3_handler
 $getid3
 
 $data_string_flag = false
 
 $data_string = ''
 
 $data_string_position = 0
 
 $data_string_length = 0
 

Detailed Description

getID3() by James Heinrich info@.nosp@m.geti.nosp@m.d3.or.nosp@m.g //

Definition at line 18 of file module.misc.pdf.php.

Member Function Documentation

◆ Analyze()

getid3_pdf::Analyze ( )

Definition at line 21 of file module.misc.pdf.php.

References $info, and getid3_handler\error().

21  {
22  $info = &$this->getid3->info;
23 
24  $info['fileformat'] = 'pdf';
25 
26  $this->error('PDF parsing not enabled in this version of getID3() ['.$this->getid3->version().']');
27  return false;
28 
29  }
error($text)
Definition: getid3.php:1752
$info
Definition: index.php:5
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: