[ Index ] |
|
Code source de PHP PEAR 1.4.5 |
[Code source] [Imprimer] [Statistiques]
PEAR_Command_Auth (login, logout commands) PHP versions 4 and 5
Author: | Stig Bakken <ssb@php.net> |
Author: | Greg Beaver <cellog@php.net> |
Copyright: | 1997-2006 The PHP Group |
License: | http://www.php.net/license/3_0.txt PHP License 3.0 |
Version: | CVS: $Id: Auth.php,v 1.24 2006/03/05 21:23:21 cellog Exp $ |
Poids: | 186 lignes (6 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 2 fichiers PEAR/Command/Common.php PEAR/Config.php |
PEAR_Command_Auth:: (3 méthodes):
PEAR_Command_Auth()
doLogin()
doLogout()
Classe: PEAR_Command_Auth - X-Ref
PEAR commands for login/logoutPEAR_Command_Auth(&$ui, &$config) X-Ref |
PEAR_Command_Auth constructor. |
doLogin($command, $options, $params) X-Ref |
Execute the 'login' command. param: string $command command name param: array $options option_name => value param: array $params list of additional parameters return: bool TRUE on success or |
doLogout($command, $options, $params) X-Ref |
Execute the 'logout' command. param: string $command command name param: array $options option_name => value param: array $params list of additional parameters return: bool TRUE on success or |
Généré le : Sun Feb 25 14:08:00 2007 | par Balluche grâce à PHPXref 0.7 |