PHP Doku:: Incrementally parse data into buffer - function.mailparse-msg-parse.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzE-Mail-relevante ErweiterungenMailparseMailparse Funktionenmailparse_msg_parse

Ein Service von Reinhard Neidl - Webprogrammierung.

Mailparse Funktionen

<<mailparse_msg_parse_file

mailparse_rfc822_parse_addresses>>

mailparse_msg_parse

(PECL mailparse >= 0.9.0)

mailparse_msg_parseIncrementally parse data into buffer

Beschreibung

bool mailparse_msg_parse ( resource $mimemail , string $data )

Incrementally parse data into the supplied mime mail resource.

This function allow you to stream portions of a file at a time, rather than read and parse the whole thing.

Parameter-Liste

mimemail

A valid MIME resource.

data

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)