downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

oci_close> <oci_cancel
[edit] Last updated: Fri, 25 May 2012

view this page in

oci_client_version

(PHP 5.3.7, PECL OCI8 >= 1.4.6)

oci_client_versionOracle クライアント・ライブラリのバージョンを返す

説明

string oci_client_version ( void )

PHP がリンクされている Oracle C クライアント・ライブラリのバージョン番号を含む文字列を返します。

パラメータ

ありません

返り値

文字列としてバージョン番号を返します。

例1 oci_client_version() の例

<?php
    
echo "Client Version: " oci_client_version(); // Client version: 11.2.0.2
?>

注意

注意:

10gR2 より前の Oracle ライブラリには、クライアント・ライブラリのバージョン番号を取得するための 基礎となる機能がありません。この場合、文字列 "Unknown" が返されます。

参考



add a note add a note User Contributed Notes oci_client_version
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites