Oihana PHP Enums

InformationalHeaderTrait

Informational header field names (RFC 5322 §3.6.5).

Mixed into MailHeader.

Tags
author

Marc Alcaraz

since
1.2.0

Table of Contents

Constants

COMMENTS  : string = 'Comments'
`Comments` — Additional comments on the message body (may repeat).
KEYWORDS  : string = 'Keywords'
`Keywords` — Comma-separated list of keywords / phrases (may repeat).
SUBJECT  : string = 'Subject'
`Subject` — Topic of the message.

Constants

COMMENTS

`Comments` — Additional comments on the message body (may repeat).

public string COMMENTS = 'Comments'

KEYWORDS

`Keywords` — Comma-separated list of keywords / phrases (may repeat).

public string KEYWORDS = 'Keywords'
On this page

Search results