検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 771 for close (0.038 sec.)
Directory クラス 3865
« 定義済み定数 Directory::close » PHP Manual ディレクトリ Directory クラス Directory クラス (PHP ... readonly resource $ handle ; /* メソッド */ public close (): void public read (): string | false public rew ... たディレクトリ。 handle readdir() や rewinddir() 、 closedir() などのディレクトリ関数で使います。 変更履歴 バ ... andle properties are now readonly. 目次 Directory::close — ディレクトリハンドルをクローズする Directory::re ...
https://man.plustar.jp/php/class.directory.html - [similar]
Get BLOB/CLOB data size 3865
« cubrid_lob_send cubrid_lob2_bind » PHP Manual CUBRID 関数 Get BLOB/CLOB data size cubrid_lob_s ... t ( $conn , $lobs [ 0 ], "doc_5.txt" ); cubrid_lob_close ( $lobs ); ?> 参考 cubrid_lob_get() - Get BLOB/CLO ... B data cubrid_lob_close() - Close BLOB/CLOB data cubrid_lob_export() - Exp ...
https://man.plustar.jp/php/function.cubrid-lob-size.html - [similar]
curl 共有ハンドルを初期化する 3865
« curl_share_errno curl_share_setopt » PHP Manual cURL 関数 curl 共有ハンドルを初期化する curl_s ... $ch2 ); // cURL 共有ハンドルを閉じます curl_share_close ( $sh ); // cURL ハンドルを閉じます curl_close ( $ ... ch1 ); curl_close ( $ch2 ); ?> 参考 curl_share_setopt() - cURL 共有ハ ... ンドルのオプションを設定する curl_share_close() - cURL 共有ハンドルを閉じる 関連キーワード: 共有 ...
https://man.plustar.jp/php/function.curl-share-init.html - [similar]
mcrypt モジュールを閉じる 3865
« mcrypt_list_modes mcrypt_module_get_algo_block_size » PHP Manual Mcrypt 関数 mcrypt モジュール ... を閉じる mcrypt_module_close (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt ... >= 1.0.0) mcrypt_module_close — mcrypt モジュールを閉じる 警告 この関数は PHP 7. ... に頼らないことを強く推奨します。 説明 mcrypt_module_close ( resource $td ): bool 指定した暗号化ハンドルを閉じ ...
https://man.plustar.jp/php/function.mcrypt-module-close.html - [similar]
指定したステートメントのパラメータ数を返す 3865
« mysqli_stmt::$num_rows mysqli_stmt::prepare » PHP Manual mysqli_stmt 指定したステートメントのパ ... $marker ); /* ステートメントを閉じます */ $stmt -> close (); } /* 接続を閉じます */ $mysqli -> close (); ?> ... rker ); /* ステートメントを閉じます */ mysqli_stmt_close ( $stmt ); } /* 接続を閉じます */ mysqli_close ( $ ...
https://man.plustar.jp/php/mysqli-stmt.param-count.html - [similar]
アクティブな (オープンされた、あるいは新しく作成された) アーカイブを閉じる 3865
« ZipArchive::clearError ZipArchive::count » PHP Manual ZipArchive アクティブな (オープンされた、 ... いは新しく作成された) アーカイブを閉じる ZipArchive::close (PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0) ... ZipArchive::close — アクティブな (オープンされた、あるいは新しく作成 ... された) アーカイブを閉じる 説明 public ZipArchive::close (): bool オープンされた、あるいは作成されたアーカイ ...
https://man.plustar.jp/php/ziparchive.close.html - [similar]
blob を閉じる 3831
« ibase_blob_cancel ibase_blob_create » PHP Manual Firebird/InterBase 関数 blob を閉じる ibase_b ... lob_close (PHP 5, PHP 7 < 7.4.0) ibase_blob_close — blob を閉 ... じる 説明 ibase_blob_close ( resource $blob_handle ): mixed この関数は、読み込 ...
https://man.plustar.jp/php/function.ibase-blob-close.html - [similar]
Sets read timeout 3831
« Stomp::send Stomp::subscribe » PHP Manual Stomp Sets read timeout Stomp::setReadTimeout stomp_ ... Message ()); } $stomp -> setReadTimeout ( 10 ); /* close connection */ unset( $stomp ); ?> 例2 手続き型 <?p ... r ()); } stomp_set_read_timeout ( $link , 10 ); /* close connection */ stomp_close ( $link ); ?> 関連キーワ ...
https://man.plustar.jp/php/stomp.setreadtimeout.html - [similar]
Establish the environment for connecting to CUBRID server 3797
« cubrid_commit cubrid_connect » PHP Manual CUBRID 関数 Establish the environment for connecting ... person values(1,'James')" ); if ( $req ) { cubrid_close_request ( $req ); cubrid_commit ( $con ); } else { ... person values(1,'James')" ); if ( $req ) { cubrid_close_request ( $req ); cubrid_commit ( $con ); } else { ... connection to CUBRID server cubrid_disconnect() - Close a database connection cubrid_close() - Close CUBRI ...
https://man.plustar.jp/php/function.cubrid-connect-with-url.html - [similar]
クエリの次の行を連想配列あるいは数値添字配列で返す 3797
« oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配 ... same<br>\n" ; } oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例2 oci_fetch_array() での OCI_NUM の ... 1 // A very long oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例3 oci_fetch_array() での OCI_ASSOC ... 1 // A very long oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例4 oci_fetch_array() での OCI_RETUR ... very long string oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例6 oci_fetch_array() での文字の大小 ...
https://man.plustar.jp/php/function.oci-fetch-array.html - [similar]