Warning: file_put_contents(): Only -1 of 54 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
printer_abort printer_create_brush Printer PHP Manual printer_close (No version information available, might be only in CVS) — Close an open printer connection Description void ( resource $printe...
Forum und email

printer_close

(No version information available, might be only in CVS)

printer_close — Close an open printer connection

Description

void printer_close ( resource $printer_handle )

This function closes the printer connection. printer_close() also closes the active device context.

Parameters

printer_handle

printer_handle must be a valid handle to a printer.

Return values

No value is returned.

Examples

Example#1 printer_close() example

<?php
$handle 
= printer_open();
printer_close($handle);
?>