Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18829 программистов и 1635 роботов. Сейчас ищут 1747 программистов ...
Mail_Mbox::update
Вернуться к: Mail_Mbox
Mail_Mbox::update
Mail_Mbox::update() – Update a message
Synopsis
require_once '/Mbox.php';
mixed Mail_Mbox::update ( int $message , string $content )
Replaces a given message with the text passed to this method.
Mail_Mbox auto adds \n\n at end of the message
messages start with 0.
Parameter
- integer $message
-
The number of the Message to update.
- string $content
-
The new content of the Message.
Return value
returns Return true if all is ok, otherwise PEAR_Error
Вернуться к: Mail_Mbox