Home >Backend Development >PHP Tutorial >php-关于PHP打印问题没反映?

php-关于PHP打印问题没反映?

WBOY
WBOYOriginal
2016-06-02 11:34:531150browse

php

已安装 php_printer.dll
PHP环境变量中也显示 printer

$handle=printer_open("HP LaserJet M1005");
printer_write($handle,"Text to print");
printer_close($handle);

打印时能把文件发送到打印机,但无法打印反反映?请教各位大大

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn