request($incoming)
Parameters: |
|
---|---|
Return type: |
void |
Takes an array of data and builds request to be sent to XML-RPC server:
$request = array(array('My Photoblog', 'string'), 'http://www.yoursite.com/photoblog/'); $this->xmlrpc->request($request);
Please login to continue.