Gold Vision Communications / USA
 GOLDVISION.COM
Serving the Multimedia Community since 1989.
German Site | Spanish Site 

 Web Hosting

 Virtual Dedicated Servers

 Domaincheck

 Order

 Order Status

 Support

 Contact us

 Download

 Network

 Network Status

 Webdesign / Templates

 Make Payment

 Terms & Conditions

 Imprint

 Legal Notices

 Privacy Statement
  PHP / OCIServerVersion
OCIServerVersion

OCIServerVersion

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

OCIServerVersion -- Return a string containing server version information

Description

string OCIServerVersion ( int conn)

Example 1. OCIServerVersion

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


© 1998-2007 Gold Vision Communications All Rights Reserved.