txt
LPR Printer クラスを使用して USB プリンター EPSON LQ-1150 でファイルを印刷するにはどうすればよいですか?
<?php
include("PrintSend.php");
include("PrintSendLPR.php");
$lpr = new PrintSendLPR();
$lpr->set-host("192.168.1.152"); //Put your printer IP here
$lpr->setData("C:\\wampp2\\htdocs\\print\\test.txt"); //Path to file, OR string to print.
$lpr->printJob("someQueue"); //If your printer has a built-in printserver, it might just accept anything as a queue name.
?>
その設定されたホストで、共有プリンター名またはホストを使用したいですか?