[PHP-DEV] Bug #12951: function: printer_open() From: daniel.lima <email protected>
Date: 08/24/01

From: daniel.lima <email protected>
Operating system: Daniel
PHP version: 4.0.6
PHP Bug Type: Output Control
Bug description: function: printer_open()

I am working with PHP 4.0.6, and I do not obtain to send given of the page
for the printer. I use function " PRINTER_OPEN() ", I make the manual in
accordance with, exactly thus it gives an error to me of indefinite
function. What it can be?
Fatal error: Call you undefined function:printer_open()

$print = printer_open();
$print = printer_open("LPT1 ");
printer_write($print, " Test of printer ");
printer_write($print, " Test of printer ");
printer_write($print, " Test of printer ");
$print = printer_close();

e this error it even gives to me with function " PRINTER_WRITE() ", could
give tips of that he can be happening.

Yours truly.

Daniel

-- 
Edit bug report at: http://bugs.php.net/?id=12951&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>