|
PHP5中文手册
ssh2_sftp_symlink(PECL ssh2:0.10-0.9) ssh2_sftp_symlink — Create a symlink 说明
bool ssh2_sftp_symlink
( resource $sftp
, string $target
, string $link
)
Creates a symbolic link named link on the remote filesystem pointing to target . 返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 Creating a symbolic link
<?php |