From 5bd85e3e172bd3e6c6e68e34d2b059f8c158d44c Mon Sep 17 00:00:00 2001 From: Martin Samesch Date: Tue, 12 Sep 2000 18:56:55 +0000 Subject: [PATCH] fixed typo; some re-indenting... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32575 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/cpdf.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/functions/cpdf.xml b/functions/cpdf.xml index 7f5834e98f..f0da6648a8 100644 --- a/functions/cpdf.xml +++ b/functions/cpdf.xml @@ -343,16 +343,17 @@ cpdf_close($pdf); output with cpdf_output_buffer. - The return value will be needed in futher versions of ClibPDF as the - first parameter in all other functions which are writing to the pdf - document. + The return value will be needed in further versions of ClibPDF + as the first parameter in all other functions which are writing + to the pdf document. - The ClibPDF library takes the filename "-" as a synonym for stdout. - If PHP is compiled as an apache module this will not work because the - way ClibPDF outputs to stdout does not work with apache. You can solve - this problem by skipping the filename and using - cpdf_output_buffer to output the pdf document. + The ClibPDF library takes the filename "-" as a synonym for + stdout. If PHP is compiled as an apache module this will not + work because the way ClibPDF outputs to stdout does not work + with apache. You can solve this problem by skipping the + filename and using cpdf_output_buffer to + output the pdf document.