mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed typos and added new functions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31937 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bbf9d70ec8
commit
20c94e30b2
2 changed files with 9 additions and 9 deletions
|
@ -2210,7 +2210,7 @@ pdf_close_image ($pdf, $im);
|
|||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>pdf_open_image_file</function></funcdef>
|
||||
<paramdef>int <parameter>PDF-Dokument</parameter></paramdef>
|
||||
<paramdef>int <parameter>PDF-document</parameter></paramdef>
|
||||
<paramdef>string <parameter>format</parameter></paramdef>
|
||||
<paramdef>string <parameter>filename</parameter></paramdef>
|
||||
</funcprototype>
|
||||
|
@ -2219,7 +2219,7 @@ pdf_close_image ($pdf, $im);
|
|||
The function <function>PDF_open_image_file</function> reads an image
|
||||
of format <parameter>format</parameter> from the file
|
||||
<parameter>filename</parameter>.
|
||||
Possible formats are 'png', 'tiff', 'jpeg' und 'gif'.
|
||||
Possible formats are 'png', 'tiff', 'jpeg' and 'gif'.
|
||||
The function returns a pdf image identifier.
|
||||
<example>
|
||||
<title>Inserting an image</title>
|
||||
|
@ -2233,7 +2233,7 @@ pdf_close_image($pdf, $pim);
|
|||
</example></para>
|
||||
|
||||
<para>
|
||||
Siehe auch <function>PDF_close_image</function>,
|
||||
See also <function>PDF_close_image</function>,
|
||||
<function>PDF_open_jpeg</function>,
|
||||
<function>PDF_open_gif</function>,
|
||||
<function>PDF_open_tiff</function>,
|
||||
|
@ -2326,15 +2326,15 @@ pdf_close_image($pdf, $pim);
|
|||
<refentry id="function.pdf-open-tiff">
|
||||
<refnamediv>
|
||||
<refname>PDF_open_tiff</refname>
|
||||
<refpurpose>Öffnet ein TIFF-Bild</refpurpose>
|
||||
<refpurpose>Opens a TIFF image</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>pdf_open_tiff</function></funcdef>
|
||||
<paramdef>int <parameter>PDF-Dokument</parameter></paramdef>
|
||||
<paramdef>string <parameter>Dateiname</parameter></paramdef>
|
||||
<paramdef>int <parameter>PDF-document</parameter></paramdef>
|
||||
<paramdef>string <parameter>filename</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
|
@ -2347,7 +2347,7 @@ pdf_close_image($pdf, $pim);
|
|||
</simpara></note>
|
||||
</para>
|
||||
<para>
|
||||
Siehe auch <function>PDF_close_image</function>,
|
||||
See also <function>PDF_close_image</function>,
|
||||
<function>PDF_open_gif</function>,
|
||||
<function>PDF_open_jpeg</function>,
|
||||
<function>PDF_open_png</function>,
|
||||
|
|
|
@ -181,7 +181,7 @@ pspell_save_wordlist ($pspell_link); //"Vlad" will not be saved
|
|||
<function>pspell_config_create</function> immediatelly followed by
|
||||
<function>pspell_new_config</function> will produce the exact same result.
|
||||
However, after creating a new config, you can also use
|
||||
<function>pspell_config_*</function> functions bofore calling
|
||||
<function>pspell_config_*</function> functions before calling
|
||||
<function>pspell_new_config</function> to take advantage of some
|
||||
advanced functionality.
|
||||
</simpara>
|
||||
|
@ -249,7 +249,7 @@ $pspell_link = pspell_new_personal (pspell_config);
|
|||
<refentry id="function.pspell-config-ignore">
|
||||
<refnamediv>
|
||||
<refname>pspell_config_ignore</refname>
|
||||
<refpurpose>Ingore words less then N characters long.</refpurpose>
|
||||
<refpurpose>Ignore words less than N characters long.</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
|
Loading…
Reference in a new issue