/** * Get all IPCT tags * * @param type $file_path * @return type */ function unc_ipct_get($file_path) { global $UNC_GALLERY; if ($UNC_GALLERY['debug']) { XMPP_ERROR_trace(__FUNCTION__, func_get_args()); } $ipct_obj = new IPTC($file_path); return $ipct_obj->dump(); }