PHP Manual
This manual is provided as a courtesy. It is not an official source. Please check php.net for updated information.
(PHP 3, PHP 4, PHP 5)
symlink() creates a symbolic link from the existing target with the specified name link.
Returns TRUE on success or FALSE on failure.
Note: This function is not implemented on Windows platforms.
See also link() to create hard links, and readlink() along with linkinfo().