Identified by "retsgw.flexmls.com" in the Login URL
$rets->SetParam("compression_enabled", true);
$rets->SetParam("offset_support", true);
and then search requests such as:
$search = $rets->SearchQuery("Property", "A", "(LIST_87=2010-04-01T00:00:00+)", array('Limit' => 1000) );
to retrieve all listings (in batches of 1000 behind-the-scenes)