mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- document latest changes of CVS.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@21248 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5e6ad838ed
commit
49658e1150
1 changed files with 6 additions and 1 deletions
|
@ -33,6 +33,11 @@
|
|||
advise to consult the release notes of the used version of pdflib
|
||||
for possible changes.
|
||||
</simpara>
|
||||
<simpara>
|
||||
Any version of PHP4 after March, 9th 2000 do not support versions
|
||||
of pdflib older than 3.0. PHP3 on the other hand should not be used
|
||||
with version newer than 2.01.
|
||||
</simpara>
|
||||
<simpara>
|
||||
Please consult the excellent documentation for
|
||||
pdflib shipped with the source distribution of pdflib.
|
||||
|
@ -618,8 +623,8 @@ fclose($fp);
|
|||
<funcsynopsis>
|
||||
<funcdef>void <function>pdf_begin_page</function></funcdef>
|
||||
<paramdef>int <parameter>pdf document</parameter></paramdef>
|
||||
<paramdef>double <parameter>height</parameter></paramdef>
|
||||
<paramdef>double <parameter>width</parameter></paramdef>
|
||||
<paramdef>double <parameter>height</parameter></paramdef>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
The <function>PDF_begin_page</function> function starts a new
|
||||
|
|
Loading…
Reference in a new issue