how to print an image using PHP: Printer

后端 未结 3 572
不思量自难忘°
不思量自难忘° 2021-01-14 12:42

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?

th

3条回答
  •  耶瑟儿~
    2021-01-14 13:23

    Check the documentation from: http://www.php.net/manual/en/book.printer.php

    But I don't see anything for printing image files in the documentation.

提交回复
热议问题