PHP function iptcparse()
Availability in PHP 4.0
Parse a binary IPTC block into single tags.
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$iptcblock |
string |
not | A binary IPTC block. |
Return values
array
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.