Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.0.2

Request #5276 Add function to get all tags with both key and value
Submitted: 2005-09-02 07:25 UTC
From: gemal Assigned:
Status: Open Package: Image_IPTC
PHP Version: 4.4.1 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2005-09-02 07:25 UTC] gemal
Description: ------------ currently getallheaders return something like this: ["2#122"]=> array(1) { [0]=> string(26) "this is the caption writer" } it would be nice if it (or another function) could return something like this: ["caption"] => string(26) "this is the caption writer"

Comments