POP3::POP3
PHP4 constructor.
Method of the class: POP3{}
No Hooks.
Returns
null
. Nothing (null).
Usage
$POP3 = new POP3(); $POP3->POP3( $server, $timeout );
- $server
- .
Default: '' - $timeout
- .
Default: ''
POP3::POP3() POP3::POP3 code WP 6.8.1
public function POP3( $server = '', $timeout = '' ) { self::__construct( $server, $timeout ); }