printer_end_page()
printer_end_page - Close active page
Syntax
bool printer_end_page (
resource $printer_handle)
Arguments
- printer_handle - printer_handle must be a valid handle to a printer.
Description
The function closes the active page in the active document. For an example see printer_start_doc().
Version
PHP PECL printer SVN
Return value
Returns TRUE on success or FALSE on failure.