iptcparse

mixed iptcparse(string iptc_block) 

Parses a binary IIM block into human-readable tags.

Returns:

Array of parsed IPTC (International Press and Telecommunications Council) format data; FALSE on error

Description:

iptcparse() is used to convert blocks of Information Interchange Model (IIM) format data into arrays of single tags. IIM is a format that allows editorial metadata (such as author name and copyright information) to be directly embedded within an image. Developers are most likely to encounter this kind of data in JPEG files that have been authored in Adobe PhotoShop.

The IIM data can be extracted from an image by using the getimagesize() function. (See the following usage examples.)

Note:

As of PHP 4.0.4, iptcparse() is not ...

Get PHP Functions Essential Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.