PHP function iptcembed()
Availability in PHP 4.0
Embeds binary IPTC data into a JPEG image
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$iptcdata |
string |
not | The data to be written. |
$jpeg_file_name |
string |
not | Path to the JPEG image. |
$spool |
int |
null | Spool flag. If the spool flag is over 2 then the JPEG will be returned as a string. |
Return values
mixed
If success and spool flag is lower than 2 then the JPEG will not be returned as a string, false on errors.