GetServerInformation

From PHRETS


Syntax

GetServerInformation ( )

Gets basic information about the server


Parameters

None


Return Values

Array
Returns basic information advertised by the server. Returns FALSE if request for information failed.


Examples

$server = $rets->GetServerInformation();
echo "+ System ID: {$server['SystemID']}\n";
echo "+ System Description: {$server['SystemDescription']}\n";
echo "+ System Comment: {$server['Comments']}\n";
echo "+ RETS 1.7.2 TimeZoneOffset: {$server['TimeZoneOffset']}\n";
+ System ID: CRTRETS
+ System Description: Center for REALTOR Technology
+ System Comment: 
+ RETS 1.7.2 TimeZoneOffset: 


Related to

Views
Personal tools