検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 220 for ハンドル (0.007 sec.)
MQSeries MQDISC 5438
« mqseries_connx mqseries_get » PHP Manual mqseries 関数 MQSeries MQDISC mqseries_disc (PECL mqs ... () (MQCONNX) の逆の意味です。 パラメータ hConn 接続ハンドル。 このハンドルは、キューマネージャへの接続を表します ... DISC , disc , connx , resource , compCode , 接続 , ハンドル , MQCONN ...
https://man.plustar.jp/php/function.mqseries-disc.html - [similar]
指定した伝送に関する情報を得る 5365
« curl_file_create curl_init » PHP Manual cURL 関数 指定した伝送に関する情報を得る curl_getinfo ... 得します。 パラメータ handle curl_init() が返す cURL ハンドル。 option これは、以下のいずれかの定数となります。 C ... 返さなかったことを示す CURLINFO_PRIVATE - この cURL ハンドルに関連づけられたプライベートデータ。 事前に curl_set ... れました。 例 例1 curl_getinfo() の例 <?php // cURL ハンドルを作成します $ch = curl_init ( 'http://www.example.c ... send a request to ' , $info [ 'url' ], "\n" ; } // ハンドルを閉じます curl_close ( $ch ); ?> 例2 curl_getinfo() ...
https://man.plustar.jp/php/function.curl-getinfo.html - [similar]
直近のエラー番号を返す 5303
« curl_copy_handle curl_error » PHP Manual cURL 関数 直近のエラー番号を返す curl_errno (PHP 4 >= ... 返します。 パラメータ handle curl_init() が返す cURL ハンドル。 戻り値 エラー番号を返します。エラーが発生しない場 ... curl_errno() の例 <?php // 存在しない場所への curl ハンドルを作成します $ch = curl_init ( 'http://404.php.net/' ... ) { echo 'Curl error: ' . curl_error ( $ch ); } // ハンドルを閉じます curl_close ( $ch ); ?> 参考 curl_error() ...
https://man.plustar.jp/php/function.curl-errno.html - [similar]
文字列から FDF ドキュメントを読み込む 5303
« fdf_next_field_name fdf_open » PHP Manual FDF 関数 文字列から FDF ドキュメントを読み込む fdf_o ... あるいは fdf_open_string() が返す FDF ドキュメントハンドル。 戻り値 FDF ドキュメントハンドル、あるいはエラー時 ... DF , fdf , open , ドキュメント , string , データ , ハンドル , create , フォーム , data ...
https://man.plustar.jp/php/function.fdf-open-string.html - [similar]
関数・メソッド 5303
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... プロセスのタイトルを設定する closedir - ディレクトリハンドルをクローズする closelog - システムログへの接続を閉じ ... - すでに実行中の COM オブジェクトのインスタンスへのハンドルを返す com_load_typelib - タイプライブラリを読み込む ... - cURL セッションを閉じる curl_copy_handle - cURL ハンドルを、その設定も含めてコピーする curl_errno - 直近のエ ... ョンを初期化する curl_multi_add_handle - cURL マルチハンドルに、通常の cURL ハンドルを追加する curl_multi_close ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
現在のセッションに関する直近のエラー文字列を返す 5271
« curl_errno curl_escape » PHP Manual cURL 関数 現在のセッションに関する直近のエラー文字列を返す ... 返します。 パラメータ handle curl_init() が返す cURL ハンドル。 戻り値 エラーメッセージ、あるいはエラーが発生しな ... curl_error() の例 <?php // 存在しない場所への curl ハンドルを作成します $ch = curl_init ( 'http://404.php.net/' ... ho 'Operation completed without any errors' ; } // ハンドルを閉じます curl_close ( $ch ); ?> 参考 curl_errno() ...
https://man.plustar.jp/php/function.curl-error.html - [similar]
最後に見つかったエラーを返す 5271
« oci_define_by_name oci_execute » PHP Manual OCI8 関数 最後に見つかったエラーを返す oci_error ( ... ction_or_statement は関数コール時に渡されたリソースハンドルとなります。 oci_connect() や oci_new_connect() 、 o ... $e = oci_error (); // oci_connect のエラーの場合、ハンドルを渡しません trigger_error ( htmlentities ( $e [ 'me ... ci_error ( $conn ); // oci_parse エラーの場合は接続ハンドルを渡します trigger_error ( htmlentities ( $e [ 'mess ... id ); // oci_execute のエラーの場合、ステートメントハンドルを渡します print htmlentities ( $e [ 'message' ]); p ...
https://man.plustar.jp/php/function.oci-error.html - [similar]
streamWrapper クラス 5250
« php_user_filter::onCreate streamWrapper::__construct » PHP Manual ストリーム streamWrapper クラ ... を破棄する streamWrapper::dir_closedir — ディレクトリハンドルを閉じる streamWrapper::dir_opendir — ディレクトリハ ... ープンする streamWrapper::dir_readdir — ディレクトリハンドルからエントリを読み込む streamWrapper::dir_rewinddir ... — ディレクトリハンドルを巻き戻す streamWrapper::mkdir — ディレクトリを作成 ...
https://man.plustar.jp/php/class.streamwrapper.html - [similar]
現在の転送についての情報を表示する 5230
« curl_multi_getcontent curl_multi_init » PHP Manual cURL 関数 現在の転送についての情報を表示する ... nt &$queued_messages = null ): array | false マルチハンドルに対して、個別の転送にメッセージ/情報が残っているかど ... タ multi_handle curl_multi_init() が返す cURL マルチハンドル。 queued_messages まだキューの中に残っているメッセー ... べて OK なら CURLE_OK が返ります。 handle curl が扱うハンドルの型を表すリソース。 変更履歴 バージョン 説明 8.0.0 ... ol(false) 参考 curl_multi_init() - 新規 cURL マルチハンドルを返す 関連キーワード: multi , 転送 , 情報 , handle ...
https://man.plustar.jp/php/function.curl-multi-info-read.html - [similar]
ファイルを削除する 5230
« umask Inotify » PHP Manual ファイルシステム 関数 ファイルを削除する unlink (PHP 4, PHP 5, PHP ... 変更履歴 バージョン 説明 7.3.0 Windows で、使用中のハンドルを使ってファイルを unlink() できるようになりました。 ... っているわけでは未だありません。 そうするには、全てのハンドルが閉じられている必要があります。 例 例1 基本的な unl ... ame , 失敗 , context , ディレクトリ , バージョン , ハンドル , 関数 ...
https://man.plustar.jp/php/function.unlink.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT