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

Go to the source code of this file.

Namespaces

 PHPExcel
 

Variables

const EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />'
 
 $objPHPExcel = new PHPExcel()
 Include PHPExcel. More...
 
 $dataArray
 
Write to Excel2007 format
 
 $callStartTime = microtime(true)
 
 $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007')
 
 $callEndTime = microtime(true)
 
 $callTime = $callEndTime - $callStartTime
 
File written to
 
sprintf('%.4f', $callTime) seconds
 
memory_get_usage(true)/1024/1024) MB
 

Variable Documentation

◆ $callEndTime

$callEndTime = microtime(true)

Definition at line 142 of file 10autofilter.php.

◆ $callStartTime

$callStartTime = microtime(true)

Definition at line 138 of file 10autofilter.php.

◆ $callTime

$callTime = $callEndTime - $callStartTime

Definition at line 143 of file 10autofilter.php.

◆ $dataArray

◆ $objPHPExcel

$objPHPExcel = new PHPExcel()

Include PHPExcel.

Definition at line 42 of file 10autofilter.php.

◆ $objWriter

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

Definition at line 140 of file 10autofilter.php.

◆ EOL

getcwd () EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />'

Definition at line 33 of file 10autofilter.php.

◆ format

Write to Excel5 format

Definition at line 137 of file 10autofilter.php.

◆ MB

memory_get_usage (true)/1024/1024) MB

Definition at line 148 of file 10autofilter.php.

◆ seconds

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

Definition at line 146 of file 10autofilter.php.

◆ to

File written to

Definition at line 145 of file 10autofilter.php.