ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Go to the source code of this file.
Namespaces | |
namespace | PHPExcel |
Variables | |
PHP_EOL | |
$callStartTime = microtime(true) | |
$objReader = PHPExcel_IOFactory::createReader('OOCalc') | |
$objPHPExcel = $objReader->load("OOCalcTest.ods") | |
$callEndTime = microtime(true) | |
$callTime = $callEndTime - $callStartTime | |
sprintf ('%.4f', $callTime) | |
memory_get_usage (true)/1024/1024) | |
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') | |
memory_get_peak_usage (true)/1024/1024) | |
$callEndTime = microtime(true) |
Definition at line 46 of file OOCalcReaderPCLZip.php.
$callStartTime = microtime(true) |
Definition at line 40 of file OOCalcReaderPCLZip.php.
$callTime = $callEndTime - $callStartTime |
Definition at line 47 of file OOCalcReaderPCLZip.php.
$objPHPExcel = $objReader->load("OOCalcTest.ods") |
Definition at line 43 of file OOCalcReaderPCLZip.php.
$objReader = PHPExcel_IOFactory::createReader('OOCalc') |
Definition at line 42 of file OOCalcReaderPCLZip.php.
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') |
Definition at line 54 of file OOCalcReaderPCLZip.php.
memory_get_peak_usage(true)/1024/1024) | ( | true | ) |
Definition at line 60 of file OOCalcReaderPCLZip.php.
memory_get_usage(true)/1024/1024) | ( | true | ) |
Definition at line 50 of file OOCalcReaderPCLZip.php.
PHP_EOL |
Definition at line 39 of file OOCalcReaderPCLZip.php.
sprintf('%.4f', $callTime) | ( | '%.4f' | , |
$callTime | |||
) |
Definition at line 48 of file OOCalcReaderPCLZip.php.