doulin4844 2016-10-31 06:54
浏览 136
已采纳

使用printer_write()函数直接从PHP打印

I found a code printing directly from PHP:

$printer = "cups-pdf";
$ph = printer_open($printer);
if ($ph) {
    $content = "Hello World...";
    printer_set_option($ph, PRINTER_MODE, "RAW");
    printer_write($ph, $content);
    printer_close($ph);
} else {
    echo "Couldn't connect...";
}

I'm trying to test it using XAMPP on Ubuntu 14.04 LTS. But it gives me an error:

Fatal error: Call to undefined function printer_open() in /opt/lampp/htdocs/test/test.php on line 4`

How do I fix it?

  • 写回答

1条回答 默认 最新

  • doulian8554 2016-10-31 07:01
    关注

    Currently, there is no way to install the Printer extension as it is Windows-only. There is no config*.m4(for Unix-like systems) file in the source, only config.w32(for Windows).

    It is also written in the PECL package description:

    Printer allows drawing (text, lines, ellipse, paging, etc.) and spool controlling operation using a printer device on Windows.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器