Printer 함수 목록
PHP Manual

printer_end_page

(PECL printer CVS)

printer_end_pageClose active page

설명

bool printer_end_page ( resource $printer_handle )

The function closes the active page in the active document. For an example see printer_start_doc().

인수

printer_handle

printer_handle must be a valid handle to a printer.

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.


Printer 함수 목록
PHP Manual