/src/view_header.php

Description
Description | Includes | Functions

view_header.php

This is the code to view the message header.

Includes
Description | Includes | Functions
require ('../include/init.php' ) (line 20 )

Include the SquirrelMail initialization file.

require_once (SM_PATH.'functions/url_parser.php' ) (line 24 )
require_once (SM_PATH.'functions/imap.php' ) (line 23 )
Functions
Description | Includes | Functions
parse_viewheader (line 40 )

Extract message headers

  • return: List of all message headers, where each element is a sub-array that contains two elements: header name and header value (in that order) where the header value is HTML-formatted, ready for display in browser
array parse_viewheader (resource $imapConnection, string $id, string $passed_ent_id)
  • resource $imapConnection
  • string $id: Message ID
  • string $passed_ent_id: Nested/attached/embedded message ID (if any)

Documentation generated on 2020年1月13日 04:23:44 +0100 by phpDocumentor 1.4.3

AltStyle によって変換されたページ (->オリジナル) /