AddRequestParam Method
Adds a request parameter and the corresponding value.
Object Oriented Interface
public function doAddRequestParam($varname, $varvalue);
Procedural Interface
inpaypal_paypalrequest_do_addrequestparam($res, $varname, $varvalue);
Remarks
Please refer to the RequestParams properties for more information on the request parameters and how they are managed.