|
PHP5中文手册
ssh2_fingerprint(PECL ssh2:0.10-0.9) ssh2_fingerprint — Retreive fingerprint of remote server 说明
string ssh2_fingerprint
( resource $session
[, int $flags
] )
Returns a server hostkey hash from an active session. 参数
返回值Returns the hostkey hash as a string. 范例
Example#1 Checking the fingerprint against a known value
<?php |