Warning: file_put_contents(): Only -1 of 53 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
ps_new ps_open_image_file PS PHP Manual ps_open_file (PECL ps:1.1.0-1.3.5) — Opens a file for output Description bool ( resource $psdoc [, string $filename ] ) Creates new on disk and writes the ...
Forum und email

ps_open_file

(PECL ps:1.1.0-1.3.5)

ps_open_file — Opens a file for output

Description

bool ps_open_file ( resource $psdoc [, string $filename ] )

Creates a new file on disk and writes the PostScript document into it. The file will be closed when ps_close() is called.

Parameters

psdoc

Resource identifier of the postscript file as returned by ps_new().

filename

The name of the postscript file. If filename is not passed the document will be created in memory and all output will go straight to the browser.

Return Values

Returnerar TRUE vid framgång eller FALSE vid fel.

Se också