|
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 />' |
| $objPHPExcel = new PHPExcel() | |
| $sharedStyle1 = new PHPExcel_Style() | |
| $sharedStyle2 = new PHPExcel_Style() | |
| $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 95 of file 23sharedstyles.php.
| $callStartTime = microtime(true) |
Definition at line 91 of file 23sharedstyles.php.
| $callTime = $callEndTime - $callStartTime |
Definition at line 96 of file 23sharedstyles.php.
| $objPHPExcel = new PHPExcel() |
Definition at line 44 of file 23sharedstyles.php.
| $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') |
Definition at line 93 of file 23sharedstyles.php.
| $sharedStyle1 = new PHPExcel_Style() |
Definition at line 61 of file 23sharedstyles.php.
| $sharedStyle2 = new PHPExcel_Style() |
Definition at line 62 of file 23sharedstyles.php.
| getcwd () EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
Definition at line 34 of file 23sharedstyles.php.
| memory_get_peak_usage(true)/1024/1024) | ( | true | ) |
Definition at line 120 of file 23sharedstyles.php.
| memory_get_usage(true)/1024/1024) | ( | true | ) |
Definition at line 101 of file 23sharedstyles.php.
| sprintf('%.4f', $callTime) | ( | '%.4f' | , |
| $callTime | |||
| ) |
Definition at line 99 of file 23sharedstyles.php.