Net_POP3::login()

Net_POP3::login() -- Performs the login procedure

概要

require_once 'Net/POP3.php';

boolean Net_POP3::login (string $user string $pass boolean $apop)

説明

Performs the login procedure. If there is a timestamp stored, APOP will be tried first, then basic USER/PASS.

パラメータ

返り値

成功時には TRUE、 失敗時には PEAR_Error を返します。

注意

この関数は、スタティックにコールする ことはできません。