wordpress / latest / classes / pop3 / pop3.html

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

PHP4 constructor.

Source

File: wp-includes/class-pop3.php. View all references

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

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/pop3/pop3