ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
XMLReader.php File Reference

Go to the source code of this file.

Namespaces

namespace  PHPExcel
 

Variables

 PHP_EOL
 
 $inputFileName = "XMLTest.xml"
 
 $inputFileType = PHPExcel_IOFactory::identify($inputFileName)
 Identify the type of $inputFileName
More...
 
 $objReader = PHPExcel_IOFactory::createReader($inputFileType)
 Create a new Reader of the type that has been identified
More...
 
 $objPHPExcel = $objReader->load($inputFileName)
 Load $inputFileName to a PHPExcel Object
More...
 
 $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007')
 
 memory_get_peak_usage (true)/1024/1024)
 

Variable Documentation

◆ $inputFileName

$inputFileName = "XMLTest.xml"

Definition at line 38 of file XMLReader.php.

◆ $inputFileType

$inputFileType = PHPExcel_IOFactory::identify($inputFileName)

Identify the type of $inputFileName

Definition at line 41 of file XMLReader.php.

◆ $objPHPExcel

$objPHPExcel = $objReader->load($inputFileName)

Load $inputFileName to a PHPExcel Object

Definition at line 47 of file XMLReader.php.

◆ $objReader

$objReader = PHPExcel_IOFactory::createReader($inputFileType)

Create a new Reader of the type that has been identified

Definition at line 45 of file XMLReader.php.

◆ $objWriter

$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007')

Definition at line 51 of file XMLReader.php.

◆ memory_get_peak_usage

memory_get_peak_usage(true)/1024/1024) ( true  )

Definition at line 57 of file XMLReader.php.

◆ PHP_EOL

PHP_EOL

Definition at line 37 of file XMLReader.php.