Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18858 программистов и 1635 роботов. Сейчас ищут 1990 программистов ...
Mail_Mbox::remove
Вернуться к: Mail_Mbox
Mail_Mbox::remove
Mail_Mbox::remove() – Remove a message from Mbox and save it.
Synopsis
require_once '/Mbox.php';
mixed Mail_Mbox::remove ( int $message )
Removes the message with the given id.
Note: messages start with 0.
Parameter
- integer $message
-
The number of the message to remove, or array of message ids to remove.
Return value
returns Return true or PEAR_Error object on failure.
Вернуться к: Mail_Mbox