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

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
v5:dictionary:serverinfo [2017/04/21 11:49] – external edit 127.0.0.1v5: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