Skip to content

GetServerInformation

Troy Davisson edited this page Mar 5, 2016 · 2 revisions

Note: This page documents capabilities available in the older 1.x version. Please see this repository's README file for the new 2.x version documentation.

GetServerInformation

GetServerInformation ( )

Gets basic information about the server

Parameters

None

Return Value

Array

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

Usage Examples
<?php
$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

GetServerSoftware, GetServerVersion