検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 218 for handle (0.007 sec.)
cURL 共有ハンドルを閉じる 5360
« curl_setopt curl_share_errno » PHP Manual cURL 関数 cURL 共有ハンドルを閉じる curl_share_close ... 有ハンドルを閉じる 説明 curl_share_close ( CurlShareHandle $share_handle ): void 注意 : この関数を実行しても何 ... じ、すべてのリソースを解放します。 パラメータ share_handle curl_share_init() が返す cURL 共有ハンドル 戻り値 ... を返しません。 変更履歴 バージョン 説明 8.0.0 share_handle は CurlShareHandle クラスのインスタンスを期待するよ ... キーワード: cURL , ハンドル , 共有 , share , 関数 , handle , バージョン , init , setopt , CurlShareHandle ...
https://man.plustar.jp/php/function.curl-share-close.html - [similar]
blob を閉じる 5360
« ibase_blob_cancel ibase_blob_create » PHP Manual Firebird/InterBase 関数 blob を閉じる ibase_b ... ob を閉じる 説明 ibase_blob_close ( resource $blob_handle ): mixed この関数は、読み込み用に ibase_blob_open( ... でオープンされた BLOB を閉じます。 パラメータ blob_handle ibase_blob_create() あるいは ibase_blob_open() でオ ... : ibase , オープン , BLOB , 関数 , open , create , handle , 読み込み , 書き込み , cancel ...
https://man.plustar.jp/php/function.ibase-blob-close.html - [similar]
Manually release stream flow from logger 5360
« SeasLog::analyzerDetail SeasLog::__construct » PHP Manual SeasLog Manually release stream flow ... stream flow from logger. SeasLog caches the stream handle opened by the log logger to save the overhead of c ... reating a stream. The handle will be automatically released at the end of the r ... , release , Manually , from , closeLoggerStream , handle , SEASLOG , LOGGER ...
https://man.plustar.jp/php/seaslog.closeloggerstream.html - [similar]
Close a database connection 5318
« cubrid_current_oid cubrid_drop » PHP Manual CUBRID 関数 Close a database connection cubrid_dis ... cubrid_disconnect() function closes the connection handle and disconnects from server. If any request handle ... , a , disconnect , identifier , conn , function , handle ...
https://man.plustar.jp/php/function.cubrid-disconnect.html - [similar]
CURL 転送用の複数のオプションを設定する 5318
« curl_reset curl_setopt » PHP Manual cURL 関数 CURL 転送用の複数のオプションを設定する curl_set ... のオプションを設定する 説明 curl_setopt_array ( CurlHandle $handle , array $options ): bool cURL セッション用 ... curl_setopt() をコールせずにすみます。 パラメータ handle curl_init() が返す cURL ハンドル。 options 設定する ... ョンは無視されます。 変更履歴 バージョン 説明 8.0.0 handle は CurlHandle クラスのインスタンスを期待するように ... 複数 , setopt , オプション , cURL , array , 配列 , handle , 期待 ...
https://man.plustar.jp/php/function.curl-setopt-array.html - [similar]
The GearmanJob class 5276
« GearmanClient::wait GearmanJob::complete » PHP Manual Gearman The GearmanJob class The Gearman ... ail (): bool public functionName (): string public handle (): string public returnCode (): int public sendCo ... nJob::functionName — Get function name GearmanJob::handle — Get the job handle GearmanJob::returnCode — Get ...
https://man.plustar.jp/php/class.gearmanjob.html - [similar]
指定されたリソースの、数値の識別子を返す 5276
« get_defined_vars get_resource_type » PHP Manual 変数操作 関数 指定されたリソースの、数値の識別 ... スを数値にキャストした場合と同じ結果になる例 <?php $handle = fopen ( "php://stdout" , "w" ); echo (int) $hand ... le . "\n" ; echo get_resource_id ( $handle ); ?> 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/function.get-resource-id.html - [similar]
指定した設定ファイルをライブラリに読み込ませる 5276
« radius_close radius_create_request » PHP Manual Radius 関数 指定した設定ファイルをライブラリに ... に読み込ませる 説明 radius_config ( resource $radius_handle , string $file ): bool Radius リクエストを発行する ... 形式のファイルを読み込ませます。 パラメータ radius_handle file 設定ファイルへのパスを、引数として radius_con ... 指定 , file , server , コール , 設定 , サーバー , handle , Radius ...
https://man.plustar.jp/php/function.radius-config.html - [similar]
ラージオブジェクトを生成する 5234
« pg_lo_close pg_lo_export » PHP Manual PostgreSQL 関数 ラージオブジェクトを生成する pg_lo_creat ... d = pg_lo_create ( $database ); echo " $oid \n" ; $handle = pg_lo_open ( $database , $oid , "w" ); echo " $h ... andle \n" ; pg_lo_write ( $handle , "large object data" ); pg_lo_close ( $handle ); ...
https://man.plustar.jp/php/function.pg-lo-create.html - [similar]
ラージオブジェクトをオープンする 5234
« pg_lo_import pg_lo_read_all » PHP Manual PostgreSQL 関数 ラージオブジェクトをオープンする pg_l ... d = pg_lo_create ( $database ); echo " $oid \n" ; $handle = pg_lo_open ( $database , $oid , "w" ); echo " $h ... andle \n" ; pg_lo_write ( $handle , "large object data" ); pg_lo_close ( $handle ); ...
https://man.plustar.jp/php/function.pg-lo-open.html - [similar]