printer_open
printer_open — プリンタへの接続をオープンする
説明
resource printer_open ( [string devicename] )この関数は、プリンタ devicename への接続を 試み、成功時にハンドル、失敗時に FALSE を返します。
パラメータが指定されない場合、この関数はデフォルトのプリンタへ の接続をオープンします(php.ini に printer.default_printer として指定されていない 場合は、PHP はデフォルトのプリンタの検出を試みます)。
printer_open() は、デバイスコンテキストも 開始します。
例 1864. printer_open() の例
<?php
$handle = printer_open("HP Deskjet 930c");
$handle = printer_open();
?>
Weblioに収録されているすべての辞書からprinter_openを検索する場合は、下記のリンクをクリックしてください。

- printer_openのページへのリンク