Net_POP3::getBody()

Net_POP3::getBody() – Returns the body of the message

Synopsis

require_once 'Net/POP3.php';

mixed Net_POP3::getBody ( integer $msg_id )

Description

Returns the body of the message with given message number.

Parameter

  • integer $msg_id - Message number

Return value

mixed - Either message body or FALSE on error.

Note

This function can not be called statically.

Disconnection to POP3 server (Previous) Listing message in maildrop (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.