printer_start_docとは? わかりやすく解説

Weblio 辞書 > コンピュータ > PHP関数リファレンス > printer_start_docの意味・解説 

printer_start_doc

(PECL)
printer_start_doc — 新規ドキュメントを開始する

説明

bool printer_start_doc ( resource handle [, string document] )
この関数は、プリンタスプーラに新しいドキュメントを作成します。 ドキュメントには複数のページを含めることが可能で、スプーラの中で 印刷ジョブを予約するために使用されます。 handle は、プリンタの有効なハンドルである 必要があります。オプションのパラメータ document は、ドキュメントの別名を指定するために使用可能です。
例 1869. printer_start_doc() の例
<?php
$handle = printer_open();
printer_start_doc($handle, "My Document");
printer_start_page($handle);

printer_end_page($handle);
printer_end_doc($handle);
printer_close($handle);
?>



このページでは「PHP関数リファレンス」からprinter_start_docを検索した結果を表示しています。
Weblioに収録されているすべての辞書からprinter_start_docを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からprinter_start_doc を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「printer_start_doc」の関連用語

printer_start_docのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



printer_start_docのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
PHP Documentation GroupPHP Documentation Group
Copyright © 1997 - 2025 by the PHP Documentation Group.

©2025 GRAS Group, Inc.RSS