ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Namespaces | |
namespace | PHPExcel |
Variables | |
const | EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
if (!file_exists("14excel5.xls")) | |
Include PHPExcel_IOFactory. More... | |
$callStartTime = microtime(true) | |
$objPHPExcel = PHPExcel_IOFactory::load("14excel5.xls") | |
$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 51 of file 20readexcel5.php.
$callStartTime = microtime(true) |
Definition at line 47 of file 20readexcel5.php.
$callTime = $callEndTime - $callStartTime |
Definition at line 52 of file 20readexcel5.php.
$objPHPExcel = PHPExcel_IOFactory::load("14excel5.xls") |
Definition at line 49 of file 20readexcel5.php.
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') |
Definition at line 63 of file 20readexcel5.php.
getcwd () EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
Definition at line 34 of file 20readexcel5.php.
if(!file_exists("14excel5.xls")) | ( | ! | file_exists"14excel5.xls" | ) |
Include PHPExcel_IOFactory.
Definition at line 42 of file 20readexcel5.php.
memory_get_peak_usage(true)/1024/1024) | ( | true | ) |
Definition at line 75 of file 20readexcel5.php.
memory_get_usage(true)/1024/1024) | ( | true | ) |
Definition at line 56 of file 20readexcel5.php.
sprintf('%.4f', $callTime) | ( | '%.4f' | , |
$callTime | |||
) |
Definition at line 54 of file 20readexcel5.php.