(PHP 4, PHP 5)
symlink — Creates a symbolic link
symlink() creates a symbolic link to the existing target with the specified name link .
Target of the link.
The link name.
成功回傳TRUE失敗回傳FALSE。
Note: 此函數不適用於 Windows 平台。