Date: 08/27/01
- Next message: Tim: "Re: [PHP] Print.."
- Previous message: Daniel Antonio de Lima: "[PHP] Print.."
- In reply to: Daniel Antonio de Lima: "[PHP] Print.."
- Next in thread: hassan el forkani: "Re: [PHP] Print.."
- Reply: hassan el forkani: "Re: [PHP] Print.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
<Original message>
From: Daniel Antonio de Lima <daniel.lima <email protected>>
Date: Tue, Aug 27, 2019 at 07:55:33AM -0300
Message-ID: <001d01d55cc5$f38cc7a0$8f0010ac <email protected>>
Subject: [PHP] Print..
> Good Morning....
>
> 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
>
>
</Original message>
<Reply>
Don't know which OS you're using, but the printer-functions only
work with Windows:
http://www.php.net/manual/en/ref.printer.php
</Reply>
--* R&zE:
-- »»»»»»»»»»»»»»»»»»»»»»»» -- Renze Munnik -- DataLink BV -- -- E: renze <email protected> -- W: +31 23 5326162 -- F: +31 23 5322144 -- M: +31 6 21811143 -- -- Stationsplein 82 -- 2011 LM HAARLEM -- Netherlands -- -- http://www.datalink.nl -- ««««««««««««««««««««««««
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Tim: "Re: [PHP] Print.."
- Previous message: Daniel Antonio de Lima: "[PHP] Print.."
- In reply to: Daniel Antonio de Lima: "[PHP] Print.."
- Next in thread: hassan el forkani: "Re: [PHP] Print.."
- Reply: hassan el forkani: "Re: [PHP] Print.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

