fixed typo; some re-indenting...

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32575 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Martin Samesch 2000-09-12 18:56:55 +00:00
parent 0557ed9307
commit 5bd85e3e17

View file

@ -343,16 +343,17 @@ cpdf_close($pdf);
output with <function>cpdf_output_buffer</function>.
<note>
<simpara>
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.
</simpara>
<simpara>
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
<function>cpdf_output_buffer</function> 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 <function>cpdf_output_buffer</function> to
output the pdf document.
</simpara>
</note>
</para>