PS_END_PAGE(3) 1 PS_END_PAGE(3)
ps_end_page - End a page
SYNOPSIS
bool ps_end_page (resource $psdoc)
DESCRIPTION
Ends a page which was started with ps_begin_page(3). Ending a page will leave the current drawing context, which e.g. requires to reload
fonts if they were loading within the page, and to set many other drawing parameters like the line width, or color..
PARAMETERS
o $psdoc
- Resource identifier of the postscript file as returned by ps_new(3).
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
ps_begin_page(3).
PHP Documentation Group PS_END_PAGE(3)