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 ); }
Expand full source code Collapse full source code View on Trac