Home > PHP > Function > Printer > printer_start_page()

printer_start_page()

printer_start_page - Start a new page

Syntax

bool printer_start_page (resource $printer_handle)

Arguments

  • printer_handle - printer_handle must be a valid printer handle.

Description

The function creates a new 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.