|
PHP5中文手册
printer_write(No version information available, might be only in CVS) printer_write — Write data to the printer 说明
bool printer_write
( resource $printer_handle
, string $content
)
Writes content directly to the printer. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 printer_write() example
<?php |