link

(PHP 3, PHP 4 )

link -- Maakt een hard link

Beschrijving

int link ( string target, string link)

link() maakt een hard link.

Opmerking: This function will not work on remote files as the file to be examined must be accessible via the servers filesystem.

Zie ook de symlink() functie om soft links te maken, en readlink() samen met linkinfo().