Horde_Mime_Headers_Element_Address
in
An interface to indicate that the header element represents e-mail address data (RFC 5322).
Tags
Table of Contents
- getAddressList() : mixed
- Return the address list representation(s) for this header.
Methods
getAddressList()
Return the address list representation(s) for this header.
public
getAddressList([bool $first = false ]) : mixed
Parameters
- $first : bool = false
-
If true, return only the first element rather than the entire list.
Return values
mixed —A Horde_Mail_Rfc822_List object (if $first is true) or an array of those objects.