Method Request::send
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Perform an HTTP request (handle GET, POST, PUT and any other HTTP request)
public function void send(string $strUrl, string $strData, string $strMethod)
Parameters
- string $strUrl
- Not documented yet. Please add documentation to this entry.
- string $strData
- Default: false
- Not documented yet. Please add documentation to this entry.
- string $strMethod
- Default: false
- Not documented yet. Please add documentation to this entry.
Add a comment