Mail_Mbox::update Mail_Mbox::_process

Mail_Mbox

PEAR Manual


Mail_Mbox::_move

Mail_Mbox::_move() -- Copy a file to another

Synopsis

require_once '/Mbox.php';

void Mail_Mbox::_move ( string $ftempname , string $filename )

Description

Used internally to copy the content of the temp file to the mbox file.

Parameter

string $ftempname

Source file - will be removed

string $filename

Output file



Mail_Mbox::update Mail_Mbox::_process

Mail_Mbox

PEAR Manual