ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
01simplePCLZip.php File Reference

Go to the source code of this file.

Namespaces

namespace  PHPExcel
 

Variables

const EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />'
 
 $objPHPExcel = new PHPExcel()
 
 $callStartTime = microtime(true)
 
 $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007')
 
 $callEndTime = microtime(true)
 
 $callTime = $callEndTime - $callStartTime
 
 sprintf ('%.4f', $callTime)
 
 memory_get_usage (true)/1024/1024)
 
 memory_get_peak_usage (true)/1024/1024)
 

Variable Documentation

◆ $callEndTime

$callEndTime = microtime(true)

Definition at line 92 of file 01simplePCLZip.php.

◆ $callStartTime

$callStartTime = microtime(true)

Definition at line 85 of file 01simplePCLZip.php.

◆ $callTime

$callTime = $callEndTime - $callStartTime

Definition at line 93 of file 01simplePCLZip.php.

◆ $objPHPExcel

$objPHPExcel = new PHPExcel()

Definition at line 42 of file 01simplePCLZip.php.

◆ $objWriter

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

Definition at line 90 of file 01simplePCLZip.php.

◆ EOL

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

Definition at line 34 of file 01simplePCLZip.php.

◆ memory_get_peak_usage

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

Definition at line 102 of file 01simplePCLZip.php.

◆ memory_get_usage

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

Definition at line 98 of file 01simplePCLZip.php.

◆ sprintf

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

Definition at line 96 of file 01simplePCLZip.php.