How to print directly from printer with Yii?
问题 How do I print directly from printer? This is a intranet web application. The user will use this application and they will print out the report from the printer of their department (different department, different printer). I'm Googling to print out directly from printer, but I can't find anywhere. I'm using Yii Framework 1.11. How can I do this? Is it possible to print out directly from printer? How? 回答1: You can try this:- $fhandle = fopen("test.php","rb"); $contents = fread($fhandle,