Home > PHP > Function > OCI8 > oci_server_version()

oci_server_version()

oci_server_version - Returns server version

Syntax

string oci_server_version (resource $connection)

Arguments

  • connection

Description

Returns a string with version information of the Oracle server, which uses the provided connection.

Version

PHP 5, PECL OCI8 >= 1.1.0

Return value

Returns the version information as a string or FALSE on error.