検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 174 for OCI (0.038 sec.)
Sets a millisecond timeout for database calls 6475
« oci_set_action oci_set_client_identifier » PHP Manual OCI8 関数 Sets a millisecond timeout for ... database calls oci_set_call_timeout (PHP 7.2 >= 7.2.14, PHP 8, PHP 7 ... >= 7.3.1, PHP 8, PECL OCI8 >= 2.2.0) oci_set_call_timeout — Sets a milliseco ... nd timeout for database calls 説明 oci_set_call_timeout ( resource $connection , int $tim ... se round-trip using this connection may take. Each OCI8 operation may make zero or more calls to Oracle's ...
https://man.plustar.jp/php/function.oci-set-call-timout.html - [similar]
Oracle データベースのバージョンを返す 6464
« oci_rollback oci_set_action » PHP Manual OCI8 関数 Oracle データベースのバージョンを返す oci_s ... erver_version (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_server_version — Oracle データベース ... のバージョンを返す 説明 oci_server_version ( resource $connection ): string | ... 文字列、あるいはエラー時に false を返します。 例 例1 oci_server_version() の例 <?php $conn = oci_connect ( ... "localhost/XE" ); echo "サーバーのバージョン: " . oci_server_version ( $conn ); // 出力は // サーバーのバ ...
https://man.plustar.jp/php/function.oci-server-version.html - [similar]
Oracle データベースに接続する 6464
« Oracle (PDO) ODBC and DB2 (PDO) » PHP Manual Oracle (PDO) Oracle データベースに接続する PDO_OCI ... I DSN (PECL PDO_OCI >= 0.1.0) PDO_OCI DSN — Oracle データベースに接続す ... る 説明 PDO_OCI データソース名 (DSN) は以下の要素で構成されます: D ... SN 接頭辞 DSN 接頭辞は oci: です。 dbname (Oracle Instant Client) Oracle Inst ... おける、クライアント側の文字セットです。 例 例1 PDO_OCI DSN の例 以下の例は、Oracle データベースに接続する ...
https://man.plustar.jp/php/ref.pdo-oci.connection.html - [similar]
Oracle 関数 (PDO_OCI) 6464
« PDO_SQLSRV DSN PDO_OCI DSN » PHP Manual PDO ドライバ Oracle 関数 (PDO_OCI) Oracle 関数 (PDO_OCI ... ントクライアント ライブラリを使ってください。 詳細は OCI8 のインストール要件 のセクションを参照してください ... 。 --with-pdo-oci[=DIR] で PDO Oracle OCI 拡張モジュールをインストー ... ルトは、環境変数 $ORACLE_HOME の値です。 --with-pdo-oci=instantclient,prefix,version で、Oracle Instant Cl ... // $ORACLE_HOME を使う例 $ ./configure --with-pdo-oci // OIC for Linux 10.2.0.3 の RPM を /usr プレフィッ ...
https://man.plustar.jp/php/ref.pdo-oci.html - [similar]
ディスクリプタを解放する 6285
« oci_field_type oci_free_statement » PHP Manual OCI8 関数 ディスクリプタを解放する oci_free_des ... criptor (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_free_descriptor — ディスクリプタを解 ... 放する 説明 oci_free_descriptor ( OCILob $lob ): bool oci_new_desc ... たディスクリプタを解放します。 パラメータ descriptor oci_new_descriptor() で確保したディスクリプタ。 戻り値 ... false を返します。 注意 注意 : この関数は、一般に OCILOB::free メソッドとして使います。 参考 OCILOB::fre ...
https://man.plustar.jp/php/function.oci-free-descriptor.html - [similar]
文やカーソルに関連付けられた全てのリソースを解放する 6195
« oci_free_descriptor oci_get_implicit_resultset » PHP Manual OCI8 関数 文やカーソルに関連付けら ... れた全てのリソースを解放する oci_free_statement (PHP 5, PHP 7, PHP 8, PECL OCI8 >= ... 1.1.0) oci_free_statement — 文やカーソルに関連付けられた全ての ... リソースを解放する 説明 oci_free_statement ( resource $statement ): bool oci_p ... のリソースを解放します。 パラメータ statement 有効な OCI ステートメント ID。 戻り値 成功した場合に true を、 ...
https://man.plustar.jp/php/function.oci-free-statement.html - [similar]
Oracle クライアント・ライブラリのバージョンを返す 6162
« oci_cancel oci_close » PHP Manual OCI8 関数 Oracle クライアント・ライブラリのバージョンを返す ... client_version (PHP 5 >= 5.3.7, PHP 7, PHP 8, PECL OCI8 >= 1.4.6) oci_client_version — Oracle クライアント ... ・ライブラリのバージョンを返す 説明 oci_client_version (): string PHP がリンクされている O ... 戻り値 文字列としてバージョン番号を返します。 例 例1 oci_client_version() の例 <?php echo "Client Version: ... " . oci_client_version (); // Client version: 19.9.0.0.0 ? ...
https://man.plustar.jp/php/function.oci-client-version.html - [similar]
新しいコレクションオブジェクトを割り当てる 6162
« oci_lob_is_equal oci_new_connect » PHP Manual OCI8 関数 新しいコレクションオブジェクトを割り当 ... てる oci_new_collection (PHP 5, PHP 7, PHP 8, PECL OCI8 >= ... 1.1.0) oci_new_collection — 新しいコレクションオブジェクトを割 ... り当てる 説明 oci_new_collection ( resource $connection , string $ty ... pe_name , ? string $schema = null ): OCICollection | false 新しいコレクションオブジェクトを ...
https://man.plustar.jp/php/function.oci-new-collection.html - [similar]
Register a user-defined callback function for Oracle Database TAF 6162
« oci_pconnect oci_result » PHP Manual OCI8 関数 Register a user-defined callback function for O ... racle Database TAF oci_register_taf_callback (PHP 7.0 >= 7.0.21, PHP 8, P ... HP 7 >= 7.1.7, PHP 8, PECL OCI8 >= 2.1.7) oci_register_taf_callback — Register a ... ned callback function for Oracle Database TAF 説明 oci_register_taf_callback ( resource $connection , ? c ... be invoked for several times during failover. See OCI8 Transparent Application Failover (TAF) Support fo ...
https://man.plustar.jp/php/function.oci-register-taf-callback.html - [similar]
OCI8 および DTrace 動的トレーシング 6106
« OCI8 Transparent Application Failover (TAF) Support ドライバでサポートされるデータ型 » PHP Man ... ual OCI8 OCI8 および DTrace 動的トレーシング OCI8 および D ... Trace 動的トレーシング OCI8 2.0 では、DTrace をサポートする OS 上で使用できる ... トレーシング をご覧ください。 DTrace サポート付きで OCI8 をインストール PHP OCI8 で DTrace のサポートを有効 ... にするには、 PHP_DTRACE を設定後、 OCI8 を共用拡張モジュールとしてビルドします。 $ export ...
https://man.plustar.jp/php/oci8.dtrace.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT