PHP funkce iptcparse()
Dostupnost ve verzích: PHP 4.0
Parse a binary IPTC block into single tags.
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$iptcblock |
string |
není | A binary IPTC block. |
Návratové hodnoty
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.