[PHP-DOC] cvs: phpdoc /de/functions image.xml /en/functions image.xml /hu/FUNCTIONS image.xml /ja/functions image.xml From: Hartmut Holzgraefe (hartmut <email protected>)
Date: 08/09/00

hholzgra Wed Aug 9 15:00:42 2000 EDT

  Modified files:
    /phpdoc/de/functions image.xml
    /phpdoc/en/functions image.xml
    /phpdoc/hu/FUNCTIONS image.xml
    /phpdoc/ja/functions image.xml
  Log:
  content-type typo fix
  
  
Index: phpdoc/de/functions/image.xml
diff -u phpdoc/de/functions/image.xml:1.15 phpdoc/de/functions/image.xml:1.16
--- phpdoc/de/functions/image.xml:1.15 Tue Jul 18 11:05:52 2000
+++ phpdoc/de/functions/image.xml Wed Aug 9 15:00:41 2000
@@ -1106,7 +1106,7 @@
      aber den Parameter als solchen zu nutzen, knnen sie einen
      Leerstring ('') benutzen. Durch Verwendung der Funktion
      <function>header</function> mit der "content-type"-Angabe
- "image/jpg" knnen sie PHP-Skripte erstellen, welche die
+ "image/jpeg" knnen sie PHP-Skripte erstellen, welche die
      <acronym>JPEG</acronym>-Ausgabe direkt vornehmen.
     </para>
     <note>
Index: phpdoc/en/functions/image.xml
diff -u phpdoc/en/functions/image.xml:1.22 phpdoc/en/functions/image.xml:1.23
--- phpdoc/en/functions/image.xml:1.22 Mon Aug 7 17:39:02 2000
+++ phpdoc/en/functions/image.xml Wed Aug 9 15:00:41 2000
@@ -1127,7 +1127,7 @@
      The filename argument is optional, and if left off, the raw image
      stream will be output directly. To skip the filename argument in
      order to provide a quality argument just use an empty string
- (''). By sending an image/jpg content-type using
+ (''). By sending an image/jpeg content-type using
      <function>header</function>, you can create a PHP script that
      outputs JPEG images directly.
      <note>
Index: phpdoc/hu/FUNCTIONS/image.xml
diff -u phpdoc/hu/FUNCTIONS/image.xml:1.1 phpdoc/hu/FUNCTIONS/image.xml:1.2
--- phpdoc/hu/FUNCTIONS/image.xml:1.1 Tue Aug 8 07:48:35 2000
+++ phpdoc/hu/FUNCTIONS/image.xml Wed Aug 9 15:00:41 2000
@@ -1127,7 +1127,7 @@
      The filename argument is optional, and if left off, the raw image
      stream will be output directly. To skip the filename argument in
      order to provide a quality argument just use an empty string
- (''). By sending an image/jpg content-type using
+ (''). By sending an image/jpeg content-type using
      <function>header</function>, you can create a PHP script that
      outputs JPEG images directly.
      <note>
Index: phpdoc/ja/functions/image.xml
diff -u phpdoc/ja/functions/image.xml:1.11 phpdoc/ja/functions/image.xml:1.12
--- phpdoc/ja/functions/image.xml:1.11 Mon Aug 7 21:28:30 2000
+++ phpdoc/ja/functions/image.xml Wed Aug 9 15:00:41 2000
@@ -1088,7 +1088,7 @@
      引数filenameはオプションで、指定を省略した場合、画像は標準出力にそのまま
      出力されます。引数qualityを指定する際に引数filenameの指定を省略するには、
      単に空の文字列''を指定して下さい。
- <function>header</function>関数でimage/jpg content-typeを送信すること
+ <function>header</function>関数でimage/jpeg content-typeを送信すること
      により、JPEG画像を直接出力するPHPスクリプトを作成することが可能です。
      <note>
       <para>