previousConstants (Previous) (Next) Net_NNTP_Client::connect()next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Net_NNTP_Client::authenticate()

Net_NNTP_Client :: () – 認証を行う

Synopsis

require_once 'Net/NNTP/Client.php';

public boolean Net_NNTP_Client::authenticate ( string $$user , string $$pass [, integer $$authmode = NET_NNTP_AUTHORIGINAL ] )

Description

すでに接続が確立されている状況で、認証を行います。

Parameter

  • $user - 認証のためのユーザ名。

  • $pass - 認証のためのパスワード。

  • $authmode - 認証方法。デフォルトは NET_NNTP_AUTHORIGINAL

Return value

boolean - Returns TRUE on success, PEAR_Error on failure.

Note

This function can not be called statically.

previousConstants (Previous) (Next) Net_NNTP_Client::connect()next

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.