Auth_HTTP::getAuth()

Auth_HTTP::getAuth() – 認証済みのユーザかどうか確認する。

Synopsis

boolean Auth_HTTP::getAuth ( )

Description

ユーザが認証済みかどうか確認します。

Return value

boolean - ユーザが認証済みならばTRUEを、 そうでなければ FALSEを返します。

Note

This function can not be called statically.