POP3::POP3( $server = '',  $timeout = '' )

PHP4 constructor.


Source

File: wp-includes/class-pop3.php

	public function POP3( $server = '', $timeout = '' ) {
		self::__construct( $server, $timeout );
	}