Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18858 программистов и 1635 роботов. Сейчас ищут 1990 программистов ...
Mail_Mbox::get
Вернуться к: Mail_Mbox
Mail_Mbox::get
Mail_Mbox::get() – Get a message from the mbox
Synopsis
require_once '/Mbox.php';
string Mail_Mbox::get ( int $message )
Returns the full email message at the given position.
Note: Message number start from 0.
Parameter
- integer $message
-
The number of the message to retrieve.
Return value
returns Return the message, or PEAR_Error on error.
Вернуться к: Mail_Mbox