From e68a8fa5e39991cdde75d3770a0cd4e0429f3b3d Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 23 Apr 2010 18:02:47 -0300 Subject: Adding skeleton for readWMPTags() --- exif.class.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exif.class.php b/exif.class.php index 0b30a99..967066d 100644 --- a/exif.class.php +++ b/exif.class.php @@ -192,6 +192,7 @@ Class Exif { * arrays and structures, we have to deal with those as well. * * @return array + * Mapping between CCK and WMP fields. */ public function getWMPFields() { return array( @@ -261,5 +262,11 @@ Class Exif { 'type' => 'property', ), ); - } + } + + /** + * Read WMP data from an image file. + */ + public function readWMPTags($file, $arTagNames=array()) { + } } -- cgit v1.2.3