Query: http_put_file
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HTTP_PUT_FILE(3) 1 HTTP_PUT_FILE(3) http_put_file - Perform PUT request with fileSYNOPSISstring http_put_file (string $url, string $file, [array $options], [array &$info])DESCRIPTIONPerforms an HTTP PUT request on the supplied url. See the full list of request options.PARAMETERSo $url - URL o $file - The file to put o $options -request options o $info -Request/response informationRETURN VALUESReturns the HTTP response(s) as string on success, or FALSE on failure. PHP Documentation Group HTTP_PUT_FILE(3)