ociserverversion

(PHP 3 >= 3.0.4, PHP 4, PHP 5)

ociserverversion -- Return a string containing server version information

Description

string ociserverversion ( resource conn )

Example 1. ociserverversion() example

<?php
   $conn
= OCILogon("scott", "tiger");
   echo
"Server Version: " . OCIServerVersion($conn);
   
OCILogOff($conn);
?>

Note: This function was renamed to oci_server_version() after PHP >= 5.0.0. For downward compatibility ociserverversion() can also be used. This is deprecated, however.

Hosting by: Hurra Communications Ltd.
Generated: 2007-01-26 18:00:23