printer_abort

printer_abort

(PECL)

printer_abort -- Deletes the printer's spool file

Description

void printer_abort ( resource handle )

This function deletes the printers spool file.

handle must be a valid handle to a printer.

Example 1. printer_abort() example

<?php
$handle
= printer_open();
printer_abort($handle);
printer_close($handle);
?>
© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.