POP3::POP3( $server = '', $timeout = '' )
PHP4 constructor.
Description
Source
File: wp-includes/class-pop3.php
public function POP3( $server = '', $timeout = '' ) { self::__construct( $server, $timeout ); }
PHP4 constructor.
File: wp-includes/class-pop3.php
public function POP3( $server = '', $timeout = '' ) { self::__construct( $server, $timeout ); }