From 20c94e30b2e6a4fb5b7b880d4186c20267c28695 Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Mon, 4 Sep 2000 15:28:39 +0000 Subject: [PATCH] fixed typos and added new functions. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31937 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/pdf.xml | 14 +++++++------- functions/pspell.xml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/functions/pdf.xml b/functions/pdf.xml index 061c69eb84..78e86b178e 100644 --- a/functions/pdf.xml +++ b/functions/pdf.xml @@ -2210,7 +2210,7 @@ pdf_close_image ($pdf, $im); int pdf_open_image_file - int PDF-Dokument + int PDF-document string format string filename @@ -2219,7 +2219,7 @@ pdf_close_image ($pdf, $im); The function PDF_open_image_file reads an image of format format from the file filename. - Possible formats are 'png', 'tiff', 'jpeg' und 'gif'. + Possible formats are 'png', 'tiff', 'jpeg' and 'gif'. The function returns a pdf image identifier. Inserting an image @@ -2233,7 +2233,7 @@ pdf_close_image($pdf, $pim); - Siehe auch PDF_close_image, + See also PDF_close_image, PDF_open_jpeg, PDF_open_gif, PDF_open_tiff, @@ -2326,15 +2326,15 @@ pdf_close_image($pdf, $pim); PDF_open_tiff - Öffnet ein TIFF-Bild + Opens a TIFF image Description int pdf_open_tiff - int PDF-Dokument - string Dateiname + int PDF-document + string filename @@ -2347,7 +2347,7 @@ pdf_close_image($pdf, $pim); - Siehe auch PDF_close_image, + See also PDF_close_image, PDF_open_gif, PDF_open_jpeg, PDF_open_png, diff --git a/functions/pspell.xml b/functions/pspell.xml index 08a8eb0ba5..cc155f2929 100644 --- a/functions/pspell.xml +++ b/functions/pspell.xml @@ -181,7 +181,7 @@ pspell_save_wordlist ($pspell_link); //"Vlad" will not be saved pspell_config_create immediatelly followed by pspell_new_config will produce the exact same result. However, after creating a new config, you can also use - pspell_config_* functions bofore calling + pspell_config_* functions before calling pspell_new_config to take advantage of some advanced functionality. @@ -249,7 +249,7 @@ $pspell_link = pspell_new_personal (pspell_config); pspell_config_ignore - Ingore words less then N characters long. + Ignore words less than N characters long. Description