Documentation

Horde_Mime_Headers_Element_Address
in

An interface to indicate that the header element represents e-mail address data (RFC 5322).

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2014-2017 Horde LLC

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

since
2.5.0

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.

Search results