ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Namespaces | |
PHPExcel | |
Variables | |
const | EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
Write to HTML | format |
$callStartTime = microtime(true) | |
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'HTML') | |
$callEndTime = microtime(true) | |
$callTime = $callEndTime - $callStartTime | |
File written | to |
sprintf('%.4f', $callTime) | seconds |
memory_get_usage(true)/1024/1024) | MB |
Peak memory | usage |
Done writing | file |
$callEndTime = microtime(true) |
Definition at line 51 of file 17html.php.
$callStartTime = microtime(true) |
Definition at line 45 of file 17html.php.
$callTime = $callEndTime - $callStartTime |
Definition at line 52 of file 17html.php.
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'HTML') |
Definition at line 47 of file 17html.php.
getcwd () EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
Definition at line 34 of file 17html.php.
Done writing file |
Definition at line 63 of file 17html.php.
Write to HTML format |
Definition at line 38 of file 17html.php.
Peak memory memory_get_peak_usage (true)/1024/1024) MB |
Definition at line 56 of file 17html.php.
sprintf ('%.4f', $callTime) seconds |
Definition at line 54 of file 17html.php.
File written to |
Definition at line 53 of file 17html.php.
Peak memory usage |
Definition at line 60 of file 17html.php.