server($url[, $port = 80[, $proxy = FALSE[, $proxy_port = 8080]]])
Parameters: |
|
---|---|
Return type: |
void |
Sets the URL and port number of the server to which a request is to be sent:
1 |
Basic HTTP authentication is also supported, simply add it to the server URL:
1 |
Please login to continue.