|
PHP5中文手册
ssh2_auth_password(PECL ssh2:0.10-0.9) ssh2_auth_password — Authenticate over SSH using a plain password 说明
bool ssh2_auth_password
( resource $session
, string $username
, string $password
)
Authenticate over SSH using a plain password 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 Authenticating with a password
<?php |