Image
PHP Manual

iptcparse

(PHP 4, PHP 5)

iptcparse — Parse a binary IPTC block into single tags.

Опи�ание

array iptcparse ( string $iptcblock )

Parses an » IPTC block into its single tags.

Спи�ок параметров

iptcblock

A binary IPTC block

Возвращаемые значени�

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.

Смотрите также


Image
PHP Manual