|
PHP5中文手册
ssh2_publickey_list(PECL ssh2:0.10) ssh2_publickey_list — List currently authorized publickeys 说明
array ssh2_publickey_list
( resource $pkey
)
List currently authorized publickeys. 参数
返回值Returns a numerically indexed array of keys, each of which is an associative array containing: name, blob, and attrs elements.
范例
Example#1 Listing authorized keys with ssh2_publickey_list()
<?php 上例将输出:
注释
|