iptcparse
PHP 4, PHP 5, PHP 7, PHP 8
iptcparse - Parse a binary IPTC block into single tags
Manual
iptcparse(
string$iptc_block ): array|false
Parses an IPTC block into its single tags.
Parameters
- iptc_block
-
A binary IPTC block.
Return Values
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.
Notes
Note:
This function does not require the GD image library.