cvs: phpdoc-el /reference/image/functions image-type-to-mime-type.xml image_type_to_mime_type.xml imageistruecolor.xml

[email protected] ("Jakub Vrana") Mon, 13 Sep 2004 11:23:25 -0000
Newsgroups php.doc.el
Message-ID <cvsvrana1095074605@cvsserver>
vrana		Mon Sep 13 07:23:25 2004 EDT

  Added files:                 
    /phpdoc-el/reference/image/functions	image-type-to-mime-type.xml 

  Removed files:               
    /phpdoc-el/reference/image/functions	image_type_to_mime_type.xml 

  Modified files:              
    /phpdoc-el/reference/image/functions	imageistruecolor.xml 
  Log:
  Fix IDs
  
http://cvs.php.net/diff.php/phpdoc-el/reference/image/functions/imageistruecolor.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc-el/reference/image/functions/imageistruecolor.xml
diff -u phpdoc-el/reference/image/functions/imageistruecolor.xml:1.1 phpdoc-el/reference/image/functions/imageistruecolor.xml:1.2
--- phpdoc-el/reference/image/functions/imageistruecolor.xml:1.1	Mon Jul 21 19:30:08 2003
+++ phpdoc-el/reference/image/functions/imageistruecolor.xml	Mon Sep 13 07:23:25 2004
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-7"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- EN-Revision: 1.1 Maintainer: dadas Status: ready -->
  <refentry id="function.imageistruecolor">
   <refnamediv>
-   <refname>imageistruecolorcreate</refname>
+   <refname>imageistruecolor</refname>
    <refpurpose>ÅëÝã÷åé åÜí ìßá åéêüíá åßíáé truecolor.</refpurpose>
   </refnamediv>
   <refsect1>

http://cvs.php.net/co.php/phpdoc-el/reference/image/functions/image-type-to-mime-type.xml?r=1.1&p=1
Index: phpdoc-el/reference/image/functions/image-type-to-mime-type.xml
+++ phpdoc-el/reference/image/functions/image-type-to-mime-type.xml
<?xml version="1.0" encoding="iso-8859-7"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: dadas Status: ready -->
 <refentry id="function.image-type-to-mime-type">
  <refnamediv>
   <refname>image_type_to_mime_type</refname>
   <refpurpose>Áíáêôåßóôå ôïí Mime-Type ãéá ôïí ôýðï åéêüíáò, ðïõ åðéóôñÝöåôáé áðü ôéò óõíáñôÞóåéò getimagesize, 
    exif_read_data, exif_thumbnail, exif_imagetype</refpurpose>
  </refnamediv>
  <refsect1>
   <title>ÐåñéãñáöÞ</title>
    <methodsynopsis>
     <type>string </type><methodname>image_type_to_mime_type</methodname>
     <methodparam><type>int</type><parameter>imagetype</parameter></methodparam>
    </methodsynopsis>
   <para>
    ç óõíÜñôçóç <function>image_type_to_mime_type</function> èá ðñïóäéïñßóåé ôïí
    Mime-Type ãéá ìßá IMAGETYPE óôáèåñÜ.
    <example>
     <title>image_type_to_mime_type (Áñ÷åßï)</title>
     <programlisting role="php">
<![CDATA[
<?php
header ("Content-type: ".image_type_to_mime_type (IMAGETYPE_PNG));
?>
]]>
     </programlisting>
    </example>
   </para>
   <para>
    <note>
     <simpara>
      Ç óõíÜñôçóç áõôÞ äåí áðáéôåß ôçí GD image library.
     </simpara>
     <simpara>
      ÁíáôñÝîôå åðßóçò óôéò: <function>getimagesize</function>, 
      <function>exif_imagetype</function>, <function>exif_read_data</function>
      êáé <function>exif_thumbnail</function>.
     </simpara>
    </note>
   </para>
  </refsect1>
 </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->