Developer Forums | About Us | Site Map
Search  
HOME > PHPMANUAL


Sponsors





Web Host
site hosted by netplex
Partners

Online Manuals

printer_abort

(no version information, might be only in CVS)

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 2004-2024 GrindingGears.com. All rights reserved. Site hosted by NETPLEX