php man page for ps_open_file

Query: ps_open_file

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PS_OPEN_FILE(3) 							 1							   PS_OPEN_FILE(3)

ps_open_file - Opens a file for output

SYNOPSIS
bool ps_open_file (resource $psdoc, [string $filename])
DESCRIPTION
Creates a new file on disk and writes the PostScript document into it. The file will be closed when ps_close(3) is called.
PARAMETERS
o $psdoc - Resource identifier of the postscript file as returned by ps_new(3). o $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
Returns TRUE on success or FALSE on failure.
SEE ALSO
ps_close(3). PHP Documentation Group PS_OPEN_FILE(3)
Related Man Pages
ps_add_launchlink(3) - php
ps_add_locallink(3) - php
ps_makespotcolor(3) - php
ps_place_image(3) - php
ps_rotate(3) - php
Similar Topics in the Unix Linux Community
Discrepancy between "df -k" and "du -s -k"