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