Source
function update_timer () {
// Extend POP3 request timeout to the specified TIMEOUT property.
if(function_exists("set_time_limit")){
set_time_limit($this->TIMEOUT);
}
return true;
}
function update_timer () {
// Extend POP3 request timeout to the specified TIMEOUT property.
if(function_exists("set_time_limit")){
set_time_limit($this->TIMEOUT);
}
return true;
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.