iptcparse()
iptcparse - Parse a binary IPTC block into single tags.
Syntax
array iptcparse (
string $iptcblock)
Arguments
- iptcblock - A binary IPTC block.
Description
Parses an » IPTCblock into its single tags.
Version
PHP 4, 5
Return value
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.