Function __global->iptcembed

Definitions

sources_custom/phpstub.php

  • Embed an IPTC block in a JPEG file.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$iptcdata string required parameter N/A N/A The data to be written
$jpeg_file_name PATH required parameter N/A N/A Path to the JPEG image
$spool integer 0 N/A N/A Spool flag. If the spool flag is less than 2 then the JPEG will be returned as a string. Otherwise the JPEG will be printed to STDOUT.

Return

  • If spool is less than 2, the JPEG will be returned, or FALSE on failure. Otherwise returns TRUE on success or FALSE on failure.
  • Type: mixed
  • Set: N/A
  • Range: N/A