oci_server_version

PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0
oci_server_version - Returns the Oracle Database version
Manual
Code Examples

oci_server_version( resource$connection ): string|false

Returns a string with the Oracle Database version and available options

Parameters

connection

Return Values

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

Notes

Note:

In PHP versions before 5.0.0 you must use ociserverversion instead. This old name still can be used. However it is deprecated and not recommended.

Related Functions

Example of oci_server_version

Show all examples for oci_server_version

PHP Version:


Function oci_server_version:

Oracle OCI8 Functions

Most used PHP functions