Javascript debugger Website design
Writes content directly to the printer.
printer_handle must be a valid printer handle.
The data to be written.
Returns TRUE on success or FALSE on failure.
TRUE
FALSE
<?php $handle = printer_open(); printer_write($handle, "Text to print"); printer_close($handle); ?>