ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
41password.php File Reference

Go to the source code of this file.

Namespaces

namespace  PHPExcel
 

Variables

const EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />'
 
 $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)
 

Variable Documentation

◆ $callEndTime

$callEndTime = microtime(true)

Definition at line 55 of file 41password.php.

◆ $callStartTime

$callStartTime = microtime(true)

Definition at line 51 of file 41password.php.

◆ $callTime

$callTime = $callEndTime - $callStartTime

Definition at line 56 of file 41password.php.

◆ $objWriter

$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007')

Definition at line 53 of file 41password.php.

◆ EOL

getcwd () EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />'

Definition at line 33 of file 41password.php.

◆ memory_get_peak_usage

memory_get_peak_usage(true)/1024/1024) ( true  )

Definition at line 80 of file 41password.php.

◆ memory_get_usage

memory_get_usage(true)/1024/1024) ( true  )

Definition at line 61 of file 41password.php.

◆ sprintf

sprintf('%.4f', $callTime) ( '%.4f'  ,
  $callTime 
)

Definition at line 59 of file 41password.php.