Net_POP3::connect()
Net_POP3::connect() -- Connection to POP3 server
概要
require_once 'Net/POP3.php'; |
boolean
Net_POP3::connect (string $host, integer $port)
説明
Connects to the given host on the given port.
Also looks for the timestamp in the greeting
needed for APOP authentication.
返り値
boolean - 成功時には TRUE 、
失敗時には FALSE を返します。
注意
この関数は、スタティックにコールする
ことはできません。