検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 218 for handle (0.012 sec.)
cURL マルチハンドル用のオプションを設定する 5025
« curl_multi_select curl_multi_strerror » PHP Manual cURL 関数 cURL マルチハンドル用のオプション ... プションを設定する 説明 curl_multi_setopt ( CurlMultiHandle $multi_handle , int $option , mixed $value ): bool ... 数のリストのみが 記述されています。 パラメータ multi_handle option CURLMOPT_* 定数のいずれか。 value option に ... ッシュします。 デフォルトのサイズは、 curl_multi_add_handle() で追加したハンドル数の四倍に収まるように拡大され ... を返します。 変更履歴 バージョン 説明 8.0.0 multi_handle は CurlMultiHandle クラスのインスタンスを期待するよ ...
https://man.plustar.jp/php/function.curl-multi-setopt.html - [similar]
Prepare a query for later binding of parameter placeholders and execution 5025
« ibase_pconnect ibase_query » PHP Manual Firebird/InterBase 関数 Prepare a query for later bind ... ed link is assumed. trans An InterBase transaction handle the query should be associated with. If omitted, t ... ection is assumed. 戻り値 Returns a prepared query handle, or false on error. 関連キーワード: query , ibase ...
https://man.plustar.jp/php/function.ibase-prepare.html - [similar]
ラージオブジェクトの位置をシークする 5025
« pg_lo_read pg_lo_tell » PHP Manual PostgreSQL 関数 ラージオブジェクトの位置をシークする pg_lo_ ... ame=jacarta" ); pg_query ( $database , "begin" ); $handle = pg_lo_open ( $database , $doc_oid , "r" ); // 最 ... 初の 50000 バイトをスキップする pg_lo_seek ( $handle , 50000 , PGSQL_SEEK_SET ); // 次の 10000 バイトを ... 読み込む $data = pg_lo_read ( $handle , 10000 ); pg_query ( $database , "commit" ); echo ...
https://man.plustar.jp/php/function.pg-lo-seek.html - [similar]
Vtiful\Kernel\Excel getHandle 5025
« Vtiful\Kernel\Excel::fileName Vtiful\Kernel\Excel::header » PHP Manual Vtiful\Kernel\Excel Vti ... ful\Kernel\Excel getHandle Vtiful\Kernel\Excel::getHandle (PECL xlswriter >= ... 1.2.1) Vtiful\Kernel\Excel::getHandle — Vtiful\Kernel\Excel getHandle 説明 public Vtiful ... \Kernel\Excel::getHandle () Get the xlsx text resource handle. パラメータ こ ... ' , 'sheet_one' ) -> header ([ 'name' , 'age' ]); $handle = $file -> getHandle (); ?> 関連キーワード: Vtiful ...
https://man.plustar.jp/php/vtiful-kernel-excel.getHandle.html - [similar]
一意なファイル名を生成する 4993
« symlink tmpfile » PHP Manual ファイルシステム 関数 一意なファイル名を生成する tempnam (PHP 4, ... の例 <?php $tmpfname = tempnam ( "/tmp" , "FOO" ); $handle = fopen ( $tmpfname , "w" ); fwrite ( $handle , "w ... riting to tempfile" ); fclose ( $handle ); // ここで何か行う unlink ( $tmpfname ); ?> 注意 ...
https://man.plustar.jp/php/function.tempnam.html - [similar]
ラージオブジェクトをファイルにエクスポートする 4951
« pg_lo_create pg_lo_import » PHP Manual PostgreSQL 関数 ラージオブジェクトをファイルにエクスポー ... e , "begin" ); $oid = pg_lo_create ( $database ); $handle = pg_lo_open ( $database , $oid , "w" ); pg_lo_wri ... te ( $handle , "large object data" ); pg_lo_close ( $handle ); ...
https://man.plustar.jp/php/function.pg-lo-export.html - [similar]
Run a high priority task in the background 4951
« GearmanClient::doHigh GearmanClient::doJobHandle » PHP Manual GearmanClient Run a high priorit ... h priority task in the background, returning a job handle which can be used to get the status of the running ... スクを特定するために用いる一意な ID。 戻り値 The job handle for the submitted task. 参考 GearmanClient::doNorm ...
https://man.plustar.jp/php/gearmanclient.dohighbackground.html - [similar]
Run a low priority task in the background 4951
« GearmanClient::doLow GearmanClient::doNormal » PHP Manual GearmanClient Run a low priority tas ... w priority task in the background, returning a job handle which can be used to get the status of the running ... スクを特定するために用いる一意な ID。 戻り値 The job handle for the submitted task. 参考 GearmanClient::doNorm ...
https://man.plustar.jp/php/gearmanclient.dolowbackground.html - [similar]
cURL 関数 4951
« 基本的な curl の使用法 curl_close » PHP Manual cURL cURL 関数 cURL 関数 目次 curl_close — cURL ... セッションを閉じる curl_copy_handle — cURL ハンドルを、その設定も含めてコピーする curl ... _init — cURL セッションを初期化する curl_multi_add_handle — cURL マルチハンドルに、通常の cURL ハンドルを追加 ... — 新規 cURL マルチハンドルを返す curl_multi_remove_handle — cURL ハンドルのセットからマルチハンドルを削除する ...
https://man.plustar.jp/php/ref.curl.html - [similar]
MQSeries MQPUT1 4909
« mqseries_open mqseries_put » PHP Manual mqseries 関数 MQSeries MQPUT1 mqseries_put1 (PECL mqse ... s that must be issued. パラメータ hConn Connection handle. This handle represents the connection to the queu ...
https://man.plustar.jp/php/function.mqseries-put1.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT