http_put_file()
http_put_file - Perform PUT request with fileSyntax
string http_put_file (string $url, string $file, array $options, array &$info)Arguments
- url - URL
- file - The file to put
- options - request options
- info - Request/response information
