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('Excel2003XML') | |
$objPHPExcel = $objReader->load("Excel2003XMLTest.xml") | |
$callEndTime = microtime(true) | |
$callTime = $callEndTime - $callStartTime | |
sprintf ('%.4f', $callTime) | |
memory_get_usage (true)/1024/1024) | |
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel5') | |
memory_get_peak_usage (true)/1024/1024) | |
$callEndTime = microtime(true) |
Definition at line 44 of file Excel2003XMLReader.php.
$callStartTime = microtime(true) |
Definition at line 38 of file Excel2003XMLReader.php.
$callTime = $callEndTime - $callStartTime |
Definition at line 45 of file Excel2003XMLReader.php.
$objPHPExcel = $objReader->load("Excel2003XMLTest.xml") |
Definition at line 41 of file Excel2003XMLReader.php.
$objReader = PHPExcel_IOFactory::createReader('Excel2003XML') |
Definition at line 40 of file Excel2003XMLReader.php.
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel5') |
Definition at line 52 of file Excel2003XMLReader.php.
memory_get_peak_usage(true)/1024/1024) | ( | true | ) |
Definition at line 58 of file Excel2003XMLReader.php.
memory_get_usage(true)/1024/1024) | ( | true | ) |
Definition at line 48 of file Excel2003XMLReader.php.
PHP_EOL |
Definition at line 37 of file Excel2003XMLReader.php.
Referenced by PHPExcel_Writer_HTML\_generateRow(), PHPExcel_Writer_HTML\_generateTableFooter(), PHPExcel_Writer_HTML\_generateTableHeader(), PHPExcel_Writer_HTML\_writeChartInCell(), PHPExcel_Writer_HTML\_writeImageInCell(), PHPExcel_Helper_HTML\breakTag(), Monolog\Handler\BufferHandlerTest\checkPropagation(), Monolog\Handler\HipChatHandler\combineRecords(), HTMLPurifier_Generator\generateFromTokens(), PHPExcel_Writer_HTML\generateHTMLFooter(), PHPExcel_Writer_HTML\generateHTMLHeader(), PHPExcel_Writer_HTML\generateNavigation(), PHPExcel_Writer_HTML\generateSheetData(), PHPExcel_Writer_HTML\generateStyles(), ILIAS\UI\Implementation\Crawler\EntriesYamlParser\getPHPArrayFromYamlArray(), LibRIS\RISReader\printRecords(), HTMLPurifier_Printer_ConfigForm_default\render(), saveHash(), ilSystemStyleLessCategory\setComment(), ilSystemStyleLessComment\setComment(), ilSystemStyleLessVariable\setComment(), ilSystemStyleLessCategory\setName(), ilSystemStyleLessVariable\setValue(), Symfony\Component\Process\Tests\ProcessTest\testCallbacksAreExecutedWithStart(), Symfony\Component\Process\Tests\ProcessTest\testMustRun(), and PHPExcel_CalcEngine_Logger\writeDebugLog().
sprintf('%.4f', $callTime) | ( | '%.4f' | , |
$callTime | |||
) |
Definition at line 46 of file Excel2003XMLReader.php.