-
Notifications
You must be signed in to change notification settings - Fork 236
GetServerVersion
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.
GetServerVersion ( )
Returns version of RETS server is advertising
None
String
Returns HTTP 'RETS-Version' header value
<?php
$rets_version = $rets->GetServerVersion();
echo "+ RETS version: {$rets_version}\n";
+ RETS version: RETS/1.5