function Exif::closeXMP in Exif 6
Close a file opened for XMP data extraction.
Parameters
$xmp: XMP array as returned from openXMP().
1 call to Exif::closeXMP()
- Exif::readXMPTags in ./
exif.class.php - Read XMP data from an image file.
File
- ./
exif.class.php, line 221
Class
- Exif
- @author Raphael Schär This is a helper class to handle the whole data processing of exif
Code
function closeXMP($xmp) {
$xmp['files']
->CloseFile();
}