ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:serverinfo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
dictionary:serverinfo [2015/08/12 02:09] – created mnewnhamv5:dictionary:serverinfo [2018/06/11 10:38] – Fix getServerInfo -> serverInfo (#426) dregad
Line 16: Line 16:
  * Connection to Oracle Database  * Connection to Oracle Database
  */  */
-$ar = $db->getServerInfo();+$ar = $db->serverInfo();
 print_r($ar); print_r($ar);
 /* /*
Line 31: Line 31:
  * Connection to IBM DB2 database  * Connection to IBM DB2 database
  */  */
-$ar = $db->getServerInfo();+$ar = $db->serverInfo();
 print_r($ar); print_r($ar);
 /* /*
v5/reference/connection/serverinfo.txt · Last modified: 2023/06/04 11:52 by dregad