Function __global->iptcparse
Definitions
sources_custom/phpstub.php
- Parse a binary IPTC block into single tags.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$iptcblock | string | required parameter | N/A | N/A | A binary IPTC block |
Return
- 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.
- Type: array
- Set: N/A
- Range: N/A