oci_client_version
Returns the Oracle client library version
Description
string oci_client_version()
Return Values
Returns the version number as a string.
Examples
Example #1 oci_client_version example
<?php
echo "Client Version: " . oci_client_version(); // Client version: 19.9.0.0.0
?>
Notes
Note:
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.