mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
corrected more functions due to manual errata notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48102 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e407e06803
commit
fccfcbcf72
1 changed files with 25 additions and 6 deletions
|
@ -18,10 +18,13 @@
|
|||
section for more information about compiling PDF support into PHP.
|
||||
</simpara>
|
||||
<simpara>
|
||||
Please consult the documentation for PDFlib included with
|
||||
the source distribution of PDFlib. It provides a very good
|
||||
overview of what PDFlib is capable of doing and contains the full
|
||||
and most up-to-date documentation of all functions.
|
||||
The documentation in this section is only meant to be an overview
|
||||
of the available functions in the PDFlib library and should not be
|
||||
considered an exhaustive reference. Please consult the
|
||||
documentation included in the source distribution of PDFlib for
|
||||
the full and detailed explanation of each function here. It
|
||||
provides a very good overview of what PDFlib is capable of doing
|
||||
and contains the most up-to-date documentation of all functions.
|
||||
</simpara>
|
||||
<simpara>
|
||||
All of the functions in PDFlib and the PHP module have identical
|
||||
|
@ -1976,8 +1979,18 @@ pdf_close_image($pdf, $pim);
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
Set the current color space and color. type is "fill",
|
||||
"stroke", or "both".
|
||||
Set the current color space and color. The parameter
|
||||
<parameter>type</parameter> can be "fill", "stroke", or "both"
|
||||
to specify that the color is set for filling, stroking or both
|
||||
filling and stroking. The parameter
|
||||
<parameter>colorspace</parameter> can be
|
||||
<literal>gray</literal>, <literal>rgb</literal>,
|
||||
<literal>cmyk</literal>, <literal>spot</literal> or
|
||||
<literal>pattern</literal>. The parameters
|
||||
<parameter>c1</parameter>, <parameter>c2</parameter>,
|
||||
<parameter>c3</parameter> and <parameter>c4</parameter>
|
||||
represent the color components for the color space specified by
|
||||
<parameter>colorspace</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -2679,6 +2692,12 @@ pdf_close_image($pdf, $pim);
|
|||
If width and height are 0, only a single line is placed at the point
|
||||
(left, top) in the requested mode.
|
||||
</para>
|
||||
<para>
|
||||
Returns the number of characters that did not fit in the specified
|
||||
box. Returns 0 if all characters fit or the
|
||||
<parameter>width</parameter> and <parameter>height</parameter>
|
||||
parameters were set to 0 for single-line formattting.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue