oci_server_version
PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0
oci_server_version - Returns the Oracle Database version
Manual
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.