timeout($seconds = 5)
Parameters: |
|
---|---|
Return type: |
void |
Set a time out period (in seconds) after which the request will be canceled:
$this->xmlrpc->timeout(6);
timeout($seconds = 5)
Parameters: |
|
---|---|
Return type: |
void |
Set a time out period (in seconds) after which the request will be canceled:
$this->xmlrpc->timeout(6);
Please login to continue.