検索

phrase: max: clip:
target: order:
Results of 361 - 370 of about 661 for Open (0.088 sec.)
座標変換を設定する 3272
« ps_symbol RpmInfo » PHP Manual PS 関数 座標変換を設定する ps_translate (PECL ps >= 1.1.0) ps_t ... ); ps_stroke ( $ps ); } $ps = ps_new (); if (! ps_open_file ( $ps , "translate.ps" )) { print "Cannot ope ...
https://man.plustar.jp/php/function.ps-translate.html - [similar]
はじめに 3272
« RRD インストール/設定 » PHP Manual RRD はじめに はじめに The PECL/rrd extension provides bindi ... ngs to the RRDtool C library. RRDtool is the open source industry standard, high performance data lo ...
https://man.plustar.jp/php/intro.rrd.html - [similar]
PHP タグ 3272
« 基本的な構文 HTML からの脱出 » PHP Manual 基本的な構文 PHP タグ PHP タグ PHP はファイルを解析し ... のコードは短縮型のタグに囲まれていますが、'. 'short_open_tag が有効な場合にしか動作しません'; ?> 短縮型のタ ... ですが、 php.ini 設定ファイルのディレクティブ short_open_tag で無効にすることもできますし、 --disable-short ...
https://man.plustar.jp/php/language.basic-syntax.phptags.html - [similar]
Connection handling and persistence 3272
« Architecture Persisting Data » PHP Manual Driver Architecture and Internals Connection handlin ... ated and the PHP worker executing this script will open two connections to 127.0.0.1 and one connection to ... replica set after issuing hello commands, it will open additional connections to those servers as well. I ...
https://man.plustar.jp/php/mongodb.connection-handling.html - [similar]
FDF 関数 3272
« 例 fdf_add_doc_javascript » PHP Manual FDF FDF 関数 FDF 関数 目次 fdf_add_doc_javascript — FDF ... る fdf_next_field_name — 次のフィールド名を得る fdf_open_string — 文字列から FDF ドキュメントを読み込む fdf ... _open — FDF ドキュメントをオープンする fdf_remove_item — ...
https://man.plustar.jp/php/ref.fdf.html - [similar]
Forms Data Format 3236
« テキスト以外の MIME 型 はじめに » PHP Manual テキスト以外の MIME 型 Forms Data Format Forms Da ... る fdf_next_field_name — 次のフィールド名を得る fdf_open_string — 文字列から FDF ドキュメントを読み込む fdf ... _open — FDF ドキュメントをオープンする fdf_remove_item — ...
https://man.plustar.jp/php/book.fdf.html - [similar]
リモートファイルの使用 3236
« 参考 接続処理 » PHP Manual 機能 リモートファイルの使用 リモートファイルの使用 php.ini で allow ... _url_fopen を有効にした場合、 ファイル名をパラメータとする関数 ... 例1 リモートページのタイトルを得る <?php $file = fopen ( "http://www.example.com/" , "r" ); if (! $file ) ... { echo "<p>Unable to open remote file.\n" ; exit; } while (! feof ( $file )) ... ます。 既存のファイルを上書きしようとした場合には、 fopen() の処理は失敗します。 'anonymous' 以外のユーザーで ...
https://man.plustar.jp/php/features.remote-files.html - [similar]
リソース型 3236
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 PHP 8.1.0 より前の ... ジュールは、一種類のリソースを使っていました。 finfo_open() が返す magic データベース記述子です。 関連キーワ ...
https://man.plustar.jp/php/fileinfo.resources.html - [similar]
新しいメールボックスを作る 3236
« imap_create imap_delete » PHP Manual IMAP 関数 新しいメールボックスを作る imap_createmailbox ( ... インスタンス。 mailbox メールボックス名。詳細は imap_open() を参照ください。 この名前に国際化文字を含む場合に ... 例1 imap_createmailbox() example <?php $mbox = imap_open ( "{imap.example.org}" , "username" , "password" , ... OP_HALFOPEN ) or die( "接続できません: " . imap_last_error ()) ...
https://man.plustar.jp/php/function.imap-createmailbox.html - [similar]
現在のメールボックス以外のメールボックスのステータス情報を返す 3236
« imap_sort imap_subscribe » PHP Manual IMAP 関数 現在のメールボックス以外のメールボックスのステ ... インスタンス。 mailbox メールボックス名。詳細は imap_open() を参照ください。 警告 信頼できないデータをこのパ ... した。 例 例1 imap_status() の例 <?php $mbox = imap_open ( "{imap.example.com}" , "username" , "password" , ... OP_HALFOPEN ) or die( "接続できません: " . imap_last_error ()) ...
https://man.plustar.jp/php/function.imap-status.html - [similar]