PHP.nl

oci_client_version

oci_client_version

Returns the Oracle client library version

string **oci_client_version**

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

None

Returns the version number as a string.

Voorbeeld: example

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

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

oci_server_version