POP3::update_timer() WordPress Method
The POP3::update_timer() method is used to update the timer for a connection to a POP3 server. This is useful if you want to keep the connection alive while the user is working on something else.
POP3::update_timer() #
Source
File: wp-includes/class-pop3.php
function update_timer () { set_time_limit($this->TIMEOUT); return true; }
Expand full source codeCollapse full source codeView on TracView on GitHub