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 revision
Previous revision
v5:dictionary:serverinfo [2018/06/11 10:38] – Fix getServerInfo -> serverInfo (#426) dregadv5:reference:connection:serverinfo [2023/06/04 11:52] (current) – Improve description 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 returns an array with general information about the database server.  
 + 
 +^ Key  ^ Description 
 +''version''     | Database server's version number | 
 +| ''description'' | Additional information about the database server 
 + 
 +Additional, driver-specific keys may be present. 
 + 
 +<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 =====
v5/reference/connection/serverinfo.txt · Last modified: 2023/06/04 11:52 by dregad