20 pers. connectées au site
Manuel Pear
Net_POP3::getBody()
Net_POP3::getBody() -- Returns the body of the message
Synopsis
- <?php
- require_once 'Net/POP3.php
- ?>
mixed Net_POP3::getBody (integer $msg_id)
Description
Returns the body of the message with given message number.
Valeur retournée
mixed - Either message body or FALSE on error.
Note
Cette fonction ne peut pas être appelée de façon statique.
Remonter