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

PHP4 constructor.


Description Description


Source Source

File: wp-includes/class-pop3.php

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


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.