POP3::POP3()publicWP 1.0

PHP4 constructor.

Method of the class: POP3{}

No Hooks.

Return

null. Nothing (null).

Usage

$POP3 = new POP3();
$POP3->POP3( $server, $timeout );
$server **
-
Default: ''
$timeout **
-
Default: ''

POP3::POP3() code WP 6.5.2

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