slawek Sun Jun 16 07:57:57 2002 EDT Added files: /phpdoc/en/reference/image/functions iptcparse.xml
Removed files: /phpdoc/en/reference/misc/functions iptcparse.xml Log: iptcparse moved from misc/ to image/ Index: phpdoc/en/reference/image/functions/iptcparse.xml +++ phpdoc/en/reference/image/functions/iptcparse.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <!-- splitted from ./en/functions/misc.xml, last change in rev 1.2 --> <refentry id="function.iptcparse"> <refnamediv> <refname>iptcparse</refname> <refpurpose> Parse a binary IPTC <ulink url="&url.iptc;">&url.iptc;</ulink> block into single tags. </refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <type>array</type><methodname>iptcparse</methodname> <methodparam><type>string</type><parameter>iptcblock</parameter></methodparam> </methodsynopsis> <simpara> This function parses a binary IPTC block into its single tags. It returns an array using the tagmarker as an index and the value as the value. It returns &false; on error or if no IPTC data was found. See <function>getimagesize</function> for a sample. </simpara> </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 -->