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

Go to the source code of this file.

Namespaces

namespace  PHPExcel
 

Variables

 PHP_EOL
 
 $callStartTime = microtime(true)
 
 $objReader = PHPExcel_IOFactory::createReader('Excel2003XML')
 
 $objPHPExcel = $objReader->load("Excel2003XMLTest.xml")
 
 $callEndTime = microtime(true)
 
 $callTime = $callEndTime - $callStartTime
 
 sprintf ('%.4f', $callTime)
 
 memory_get_usage (true)/1024/1024)
 
 $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel5')
 
 memory_get_peak_usage (true)/1024/1024)
 

Variable Documentation

◆ $callEndTime

$callEndTime = microtime(true)

Definition at line 44 of file Excel2003XMLReader.php.

◆ $callStartTime

$callStartTime = microtime(true)

Definition at line 38 of file Excel2003XMLReader.php.

◆ $callTime

$callTime = $callEndTime - $callStartTime

Definition at line 45 of file Excel2003XMLReader.php.

◆ $objPHPExcel

$objPHPExcel = $objReader->load("Excel2003XMLTest.xml")

Definition at line 41 of file Excel2003XMLReader.php.

◆ $objReader

$objReader = PHPExcel_IOFactory::createReader('Excel2003XML')

Definition at line 40 of file Excel2003XMLReader.php.

◆ $objWriter

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

Definition at line 52 of file Excel2003XMLReader.php.

◆ memory_get_peak_usage

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

Definition at line 58 of file Excel2003XMLReader.php.

◆ memory_get_usage

memory_get_usage(true)/1024/1024) ( true  )

Definition at line 48 of file Excel2003XMLReader.php.

◆ PHP_EOL

◆ sprintf

sprintf('%.4f', $callTime) ( '%.4f'  ,
  $callTime 
)

Definition at line 46 of file Excel2003XMLReader.php.