Class for holding unsigned longs.
This class can hold longs, either just a single long or an array of longs. The class will be used to manipulate any of the Exif tags which can have format PelFormat::LONG like in this example:
Located in /src/PelEntryLong.php (line 62)
PelEntry | --PelEntryNumber | --PelEntryLong
Class | Description |
---|---|
PelEntryRational | Class for holding unsigned rational numbers. |
Inherited from PelEntryNumber
PelEntryNumber::$dimension
PelEntryNumber::$max
PelEntryNumber::$min
PelEntryNumber::$value
Inherited from PelEntry
PelEntry::$bytes
PelEntry::$components
PelEntry::$format
PelEntry::$ifd_type
PelEntry::$tag
Make a new entry that can hold an unsigned long.
The method accept its arguments in two forms: several integer arguments or a single array argument. The getValue method will always return an array except for when a single integer argument is given here, or when an array with just a single integer is given.
This means that one can conveniently use objects like this:
Convert a number into bytes.
Inherited From PelEntryNumber
PelEntryNumber::addNumber()
PelEntryNumber::formatNumber()
PelEntryNumber::getBytes()
PelEntryNumber::getText()
PelEntryNumber::getValue()
PelEntryNumber::numberToBytes()
PelEntryNumber::setValue()
PelEntryNumber::setValueArray()
PelEntryNumber::validateNumber()
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:03 +0200 by phpDocumentor 1.4.3