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
Last revisionBoth sides next revision
dictionary:serverinfo [2015/08/12 02:09] – created mnewnhamv5:reference:connection:serverinfo [2023/06/04 11:41] – ↷ Page moved from v5:dictionary:serverinfo to v5:reference:connection:serverinfo dregad
Line 1: Line 1:
 ====== serverInfo ====== ====== serverInfo ======
 ~~NOTOC~~ ~~NOTOC~~
-<WRAP tip> 
-In portable applications, always set the fetch mode to ADODB_FETCH_NUM, as the associative key names are not the same across all databases 
-</WRAP> 
 <WRAP right box> <WRAP right box>
 == Syntax == == Syntax ==
Line 9: Line 6:
 </WRAP> </WRAP>
 ===== Description ===== ===== Description =====
-The function ''serverInfo()'' returns 3 items of general information about the database server. See the above note about portability.+ 
 +The function ''serverInfo()'' returns 3 items of general information about the database server.  
 +See the below note about portability. 
 + 
 +<WRAP clear/> 
 +<WRAP tip> 
 +In portable applications, always set the fetch mode to ADODB_FETCH_NUM, as the associative key names are not the same across all databases. 
 +</WRAP> 
  
 ===== Usage ===== ===== Usage =====
Line 16: Line 21:
  * Connection to Oracle Database  * Connection to Oracle Database
  */  */
-$ar = $db->getServerInfo();+$ar = $db->serverInfo();
 print_r($ar); print_r($ar);
 /* /*
Line 31: Line 36:
  * 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