mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
0557ed9307
commit
5bd85e3e17
1 changed files with 9 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue