| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
ssh2_auth_hostbased_file(PECL ssh2 >= 0.9.0) ssh2_auth_hostbased_file — Authenticate using a public hostkey 설명
   bool ssh2_auth_hostbased_file
    ( resource  
  $session
   , string $username
   , string $hostname
   , string $pubkeyfile
   , string $privkeyfile
   [, string $passphrase
   [, string $local_username
  ]] )Authenticate using a public hostkey read from a file. 인수
 
 반환값
   성공 시  예제
 Example #1 Authentication using a public hostkey 
<?php주의
  |