|
ssh2_auth_noneAuthenticate as "none" Beschreibung
mixed ssh2_auth_none
( resource
$session
, string $username
)Attempt "none" authentication which usually will (and should) fail. As part of the failure, this function will return an array of accepted authentication methods. Parameter-Liste
Rückgabewerte
Returns Beispiele
Beispiel #1 Retrieving a list of authentication methods
<?php |