Ignore:
Timestamp:
Nov 18, 2013, 6:36:35 PM (10 years ago)
Author:
mistic100
Message:

feature 2999: Documentation of include/functions_mail|metadata|picture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_metadata.inc.php

    r24968 r25550  
    2323
    2424/**
    25  * returns informations from IPTC metadata, mapping is done at the beginning
    26  * of the function
     25 * @package functions\metadata
     26 */
     27
     28
     29/**
     30 * returns informations from IPTC metadata, mapping is done in this function.
    2731 *
    2832 * @param string $filename
     33 * @param array $map
    2934 * @return array
    3035 */
     
    8186
    8287/**
    83  * return a cleaned IPTC value
     88 * return a cleaned IPTC value.
    8489 *
    85  * @param string value
     90 * @param string $value
    8691 * @return string
    8792 */
     
    128133
    129134/**
    130  * returns informations from EXIF metadata, mapping is done at the beginning
    131  * of the function
     135 * returns informations from EXIF metadata, mapping is done in this function.
    132136 *
    133137 * @param string $filename
     138 * @param array $map
    134139 * @return array
    135140 */
     
    181186  return $result;
    182187}
     188
    183189?>
Note: See TracChangeset for help on using the changeset viewer.