|
ssh2_auth_none(PECL ssh2 >= 0.9.0) ssh2_auth_none — Authenticate as "none" ОписаниеAttempt "none" authentication which usually will (and should) fail. As part of the failure, this function will return an array of accepted authentication methods. Список параметров
Возвращаемые значенияReturns TRUE if the server does accept "none" as an authentication method, or an array of accepted authentication methods on failure. Примеры
Пример #1 Retrieving a list of authentication methods
<?php |
|