Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17221 программист и 1835 роботов. Сейчас ищут 1563 программиста ...
Net_POP3::getBody()
Вернуться к: Net_POP3
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 )
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.
Вернуться к: Net_POP3