ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Go to the source code of this file.
Namespaces | |
namespace | PHPExcel |
Variables | |
const | EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
$objCalc = PHPExcel_Calculation::getInstance() | |
$objPHPExcel = new PHPExcel() | |
for ( $col='B';$col !='G';++ $col) | |
$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) | |
$callEndTime = microtime(true) |
Definition at line 221 of file 13calculation.php.
$callStartTime = microtime(true) |
Definition at line 208 of file 13calculation.php.
$callTime = $callEndTime - $callStartTime |
Definition at line 222 of file 13calculation.php.
$objCalc = PHPExcel_Calculation::getInstance() |
Definition at line 45 of file 13calculation.php.
$objPHPExcel = new PHPExcel() |
Definition at line 50 of file 13calculation.php.
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') |
Definition at line 210 of file 13calculation.php.
getcwd () EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
Definition at line 34 of file 13calculation.php.
for($col='B'; $col !='G';++$col) | ( | $col = 'B'; $col != 'G'; ++$col | ) |
Definition at line 195 of file 13calculation.php.
memory_get_peak_usage(true)/1024/1024) | ( | true | ) |
Definition at line 231 of file 13calculation.php.
memory_get_usage(true)/1024/1024) | ( | true | ) |
Definition at line 227 of file 13calculation.php.
sprintf('%.4f', $callTime) | ( | '%.4f' | , |
$callTime | |||
) |
Definition at line 225 of file 13calculation.php.