-
Notifications
You must be signed in to change notification settings - Fork 236
ServerDetail
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.
ServerDetail ( string $name )
Returns value advertised by server's login response
$name
- Name of value you'd like back
String
Returns the requested value from the server's login response
<?php
echo "+ Member: ". $rets->ServerDetail("MemberName") ."\n";
echo "+ Timeout: ". $rets->ServerDetail("TimeoutSeconds") ."\n";
echo "+ MetadataVersion: ". $rets->ServerDetail("MetadataVersion") ."\n";
+ Member: Joe Schmoe
+ Timeout: 1800
+ MetadataVersion: 1.00.00001