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, 23 Mar 2012

view this page in

oci_client_version

(PHP 5.3.7, PECL OCI8 >= 1.4.6)

oci_client_versionReturns the Oracle client library version

Opis

string oci_client_version ( void )

Returns a string containing the version number of the Oracle C client library that PHP is linked with.

Parametry

None

Zwracane wartości

Returns the version number as a string.

Przykłady

Przykład #1 oci_client_version() example

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

Notatki

Informacja:

Oracle libraries before 10gR2 do not have the underlying functionality to get the client library version number. The string "Unknown" will be returned in this case.

Zobacz też:



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

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