ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
25inmemoryimage.php File Reference

Go to the source code of this file.

Namespaces

namespace  PHPExcel
 

Variables

const EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />'
 
 $objPHPExcel = new PHPExcel()
 
 $gdImage = @imagecreatetruecolor(120, 20) or die('Cannot Initialize new GD image stream')
 
 $textColor = imagecolorallocate($gdImage, 255, 255, 255)
 
 $objDrawing = new PHPExcel_Worksheet_MemoryDrawing()
 
 $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007')
 
 memory_get_peak_usage (true)/1024/1024)
 

Variable Documentation

◆ $gdImage

$gdImage = @imagecreatetruecolor(120, 20) or die('Cannot Initialize new GD image stream')

Definition at line 57 of file 25inmemoryimage.php.

◆ $objDrawing

$objDrawing = new PHPExcel_Worksheet_MemoryDrawing()

Definition at line 63 of file 25inmemoryimage.php.

◆ $objPHPExcel

$objPHPExcel = new PHPExcel()

Definition at line 43 of file 25inmemoryimage.php.

◆ $objWriter

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

Definition at line 73 of file 25inmemoryimage.php.

◆ $textColor

$textColor = imagecolorallocate($gdImage, 255, 255, 255)

Definition at line 58 of file 25inmemoryimage.php.

◆ EOL

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

Definition at line 33 of file 25inmemoryimage.php.

◆ memory_get_peak_usage

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

Definition at line 79 of file 25inmemoryimage.php.