検索

phrase: max: clip:
target: order:
Results of 351 - 360 of about 661 for Open (0.096 sec.)
Firebird/InterBase 3272
« dbase_replace_record はじめに » PHP Manual ベンダー固有のモジュール Firebird/InterBase Firebir ... lob_info — のエイリアス ibase_blob_info fbird_blob_open — のエイリアス ibase_blob_open fbird_close — のエイ ... nfo — blob の長さと他の便利な情報を返す ibase_blob_open — データの一部を取得するために blob をオープンする ...
https://man.plustar.jp/php/book.ibase.html - [similar]
SessionHandler クラス 3272
« session_write_close SessionHandler::close » PHP Manual Sessions SessionHandler クラス SessionH ... それぞれが七つのセッション保存ハンドラコールバック ( open , close , read , write , destroy , gc および creat ... ublic gc ( int $max_lifetime ): int | false public open ( string $path , string $name ): bool public read ... , 32 ); $iv = substr ( $result , 32 , 16 ); return openssl_decrypt ( $ct , 'AES-256-CBC' , $key , true , $ ... ssword ) { // ランダムな salt を設定します $salt = openssl_random_pseudo_bytes ( 16 ); $salted = '' ; $dx ...
https://man.plustar.jp/php/class.sessionhandler.html - [similar]
リソース型 3272
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 As of dbase 7.0.0 ... type dbase is defined, which is returned by dbase_open() and dbase_create() . 関連キーワード: リソース , ...
https://man.plustar.jp/php/dbase.resources.html - [similar]
3272
« 定義済み定数 Eio 関数 » PHP Manual Eio 例 例 例1 リクエストの取り消し <?php /* eio_nop() が終わ ... = dirname ( __FILE__ ) . "/eio-file.tmp" ; $fp = fopen ( $temp_filename , "w" ); fwrite ( $fp , "some dat ... sult == 0 ); @ unlink ( $temp_filename ); } /* eio_open() が終わったら呼ばれます */ function my_grp_file_o ... eio_grp ( "my_grp_done" , "my_grp_data" ); // eio_open() リクエストを作ってグループに追加します $req = ei ... o_open ( $temp_filename , EIO_O_RDWR | EIO_O_APPEND , NUL ...
https://man.plustar.jp/php/eio.examples.html - [similar]
リソース型 3272
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 この拡張モジュール ... が定義するリソースは process リソースで、これは proc_open() が返します。 関連キーワード: リソース , 設定 , 定 ...
https://man.plustar.jp/php/exec.resources.html - [similar]
指定されたメールボックスに文字列メッセージを追加する 3272
« imap_alerts imap_base64 » PHP Manual IMAP 関数 指定されたメールボックスに文字列メッセージを追加 ... スタンス。 folder メールボックスの名前。詳細は imap_open() を参照ください。 警告 信頼できないデータをこのパ ... した。 例 例1 imap_append() の例 <?php $imap = imap_open ( "{imap.example.org}INBOX.Drafts" , "username" , ...
https://man.plustar.jp/php/function.imap-append.html - [similar]
ユーザー単位のクォータ設定を取得する 3272
« imap_get_quota imap_getacl » PHP Manual IMAP 関数 ユーザー単位のクォータ設定を取得する imap_ge ... 例 例1 imap_get_quotaroot() の例 <?php $mbox = imap_open ( "{imap.example.org}" , "kalowsky" , "password" , ... OP_HALFOPEN ) or die( "接続できません: " . imap_last_error ()) ... るユーザーがオープンしなければなりません。 参考 imap_open() - メールボックスへの IMAP ストリームをオープンす ...
https://man.plustar.jp/php/function.imap-get-quotaroot.html - [similar]
メールボックスのリストを読み込む 3272
« imap_last_error imap_listmailbox » PHP Manual IMAP 関数 メールボックスのリストを読み込む imap_ ... のインスタンス。 reference 通常、 reference は imap_open() で述べられているサーバー定義です。 警告 信頼でき ... ました。 例 例1 imap_list() の例 <?php $mbox = imap_open ( "{imap.example.org}" , "username" , "password" , ... OP_HALFOPEN ) or die( "接続できません: " . imap_last_error ()) ...
https://man.plustar.jp/php/function.imap-list.html - [similar]
MQSeries MQPUT 3272
« mqseries_put1 mqseries_set » PHP Manual mqseries 関数 MQSeries MQPUT mqseries_put (PECL mqseri ... す // testq キューへの接続をオープンします mqseries_open ( $conn , array( 'ObjectName' => 'TESTQ' ), MQSERI ... QCONN mqseries_connx() - MQSeries MQCONNX mqseries_open() - MQSeries MQOPEN mqseries_get() - MQSeries MQGE ...
https://man.plustar.jp/php/function.mqseries-put.html - [similar]
ファイルからラージオブジェクトをインポートする 3272
« pg_lo_export pg_lo_open » PHP Manual PostgreSQL 関数 ファイルからラージオブジェクトをインポート ... ラージオブジェクトをファイルにエクスポートする pg_lo_open() - ラージオブジェクトをオープンする 関連キーワード ...
https://man.plustar.jp/php/function.pg-lo-import.html - [similar]