PHP 8.5.0 Alpha 4 available for testing

Voting

: min(zero, three)?
(Example: nine)

The Note You're Voting On

jb at ibbeck dot de
17 years ago
If you have a file without any IPTC record, you can add a new, empty one by calling iptcembed with an empty string as first argument, like this:

$buffer = iptcembed("",$imagename,0);
$fp = fopen($imagename,"w");
fwrite($fp,$buffer);
fclose($fp);

<< Back to user notes page

To Top