Parsed: 114982

<?php

/* class POP3 */
/* function POP3::__construct() – PHP5 constructor. */
/* function POP3::POP3() – PHP4 constructor. */
/* function POP3::update_timer() – */
/* function POP3::connect() – */
/* function POP3::user() – */
/* function POP3::pass() – */
/* function POP3::apop() – */
/* function POP3::login() – */
/* function POP3::top() – */
/* function POP3::pop_list() – */
/* function POP3::get() – */
/* function POP3::last() – */
/* function POP3::reset() – */
/* function POP3::send_cmd() – */
/* function POP3::quit() – */
/* function POP3::popstat() – */
/* function POP3::uidl() – */
/* function POP3::delete() – */
/* function POP3::is_ok() – */
/* function POP3::strip_clf() – */
/* function POP3::parse_banner() – */

// For php4 compatibility
if (!function_exists("stripos")) {
/* function stripos() – */
}