Auth_HTTP::getStatus()

Auth_HTTP::getStatus() – 現在の認証状況についての情報を返す。

Synopsis

string Auth_HTTP::getStatus ( )

Description

この関数はPEAR::Authと同様に現在のステータスを返します。 返り値の定数は、PEAR Authで定義されています。

Return value

string - possible values are AUTH_IDLED, AUTH_EXPIRED, AUTH_EXPIRED

Note

This function can not be called statically.