imap_rfc822_write_address

imap_rfc822_write_address -- Bildet aus Realnamen, Postfach und Server eine korekt formatierte Mail-Adresse

Beschreibung

string imap_rfc822_write_address ( string mailbox, string host, string personal)

Bildet aus Realnamen , Postfach und Server eine korekt formatierte Mail-Adresse gemäß RFC822 .

Beispiel 1 . imap_rfc822_write_address( ) Beispiel

 
print

 
imap_rfc822_write_address

 
(

 
"hartmut"

 
,

 
"cvs.php.net"

 
,

 
"Hartmut

 
Holzgraefe)

 
;