Query: http_send_content_disposition
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HTTP_SEND_CONTENT_DISPOSITION(3) 1 HTTP_SEND_CONTENT_DISPOSITION(3) http_send_content_disposition - Send Content-DispositionSYNOPSISbool http_send_content_disposition (string $filename, [bool $inline = false])DESCRIPTIONSend the Content-Disposition. The Content-Disposition header is very useful if the data actually being sent came from a file or something similar, that should be "saved" by the client/user (i.e. by the browser's "Save as..." popup window). Note This function should be used in conjunction with http_send_data(3), http_send_file(3) and http_send_stream(3).PARAMETERSo $filename - the file name the "Save as..." dialog should display o $inline - if set to TRUE and the user agent knows how to handle the content type, it will probably not cause the popup window to be shownRETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOhttp_send_data(3), http_send_file(3), http_send_stream(3), the HttpResponse class if you are using PHP 5.1.0 and above. PHP Documentation Group HTTP_SEND_CONTENT_DISPOSITION(3)
Related Man Pages |
---|
imageflip(3) - php |
httpresponse(3) - php |
http_send_content_disposition(3) - php |
is_file(3) - php |
readfile(3) - php |
Similar Topics in the Unix Linux Community |
---|
Using grep to extract line number |
Problem with uuencode |
Content-Centered Collaboration Spaces in the Cloud |
search needed part in text file (awk?) |
List all File Content its subdirectory |