Class for holding copyright information.
The Exif standard specifies a certain format for copyright information where the one copyright tag holds both the photographer and editor copyrights, separated by a NULL character.
This class is used to manipulate that tag so that the format is kept to the standard. A common use would be to add a new copyright tag to an image, since most cameras do not add this tag themselves. This would be done like this:
Here we only set the photographer copyright, use the optional second argument to specify the editor copyright. If there is only an editor copyright, then let the first argument be the empty string.
Located in /src/PelEntryAscii.php (line 453)
PelEntry | --PelEntryAscii | --PelEntryCopyright
Inherited from PelEntry
PelEntry::$bytes
PelEntry::$components
PelEntry::$format
PelEntry::$ifd_type
PelEntry::$tag
Make a new entry for holding copyright information.
Return a text string with the copyright information.
The photographer and editor copyright fields will be returned with a '-' in between if both copyright fields are present, otherwise only one of them will be returned.
Retrive the copyright information.
The strings returned will be the same as the one used previously with either the constructor or with setValue.
Update the copyright information.
Inherited From PelEntryAscii
PelEntryAscii::__construct()
PelEntryAscii::getText()
PelEntryAscii::getValue()
PelEntryAscii::setValue()
Inherited From PelEntry
PelEntry::getBytes()
PelEntry::getComponents()
PelEntry::getFormat()
PelEntry::getIfdType()
PelEntry::getTag()
PelEntry::getText()
PelEntry::getValue()
PelEntry::setIfdType()
PelEntry::setValue()
PelEntry::__toString()
Documentation generated on Thu, 05 May 2011 07:19:02 +0200 by phpDocumentor 1.4.3