如何使用 PHP 打印图像:打印机

如何使用 PHP 打印图像:打印机

问题描述:

我有一台打印机直接连接到我的 PC,我可以使用 PHP 打印文本.我想知道的是,如何使用相同的 php 函数打印图像?

I have a printer directly attached to my PC and i am able to print texts using PHP. what I want to know is, how can I print an image using the same php functions?

谢谢

试试看一下 http://www.php.net/manual/en/function.printer-draw-bmp.php 看看是否有帮助...

Try having a look at http://www.php.net/manual/en/function.printer-draw-bmp.php and see if that helps...