September 2001
Intermediate to advanced
768 pages
32h 45m
English
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 ...
Read now
Unlock full access