From 24bdc94145c11744f624149a0dbdd10e3d5ca4cd Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 1 May 2007 21:46:47 +0000 Subject: Fixed #612. --- framework/Web/THttpResponse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Web/THttpResponse.php b/framework/Web/THttpResponse.php index 04626b95..624b24be 100644 --- a/framework/Web/THttpResponse.php +++ b/framework/Web/THttpResponse.php @@ -257,7 +257,7 @@ class THttpResponse extends TModule implements ITextWriter * @param string file name * @param string content to be set. If null, the content will be read from the server file pointed to by $fileName. * @param string mime type of the content. - * @param array list of headers to be sent + * @param array list of headers to be sent. Each array element represents a header string (e.g. 'Content-Type: text/plain'). * @throws TInvalidDataValueException if the file cannot be found */ public function writeFile($fileName,$content=null,$mimeType=null,$headers=null) -- cgit v1.2.3