PHP: process CSV acquired from imap attachment -
i know, there fgetcsv
function process each row of csv file. if don't have file, attachment (string?) acquired email imap php functions (like imap_fetchstructure
, imap_fetchbody
, imap_base64
...).
is there simple possibility, or must process manually?
there's str_getcsv
function (from php >= 5.3)
php imap email-attachments
No comments:
Post a Comment