(PHP 3>= 3.0.4, PHP 4 )
Example 1. ociserverversion() example
<?php $conn = OCILogon("scott","tiger"); print "Server Version: " . OCIServerVersion($conn); OCILogOff($conn); ?>
More information can be found at the InMotion Hosting Main Site