Value Method
Returns the value of a parameter.
Object Oriented Interface
public function doValue($paramname);
Procedural Interface
ipworks_soap_do_value($res, $paramname);
Remarks
The class will search through the Params properties for the parameter identified by ParamName and will return the value associated with it provided in the properties.