Query: link
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LINK(3) 1 LINK(3) link - Create a hard linkSYNOPSISbool link (string $target, string $link)DESCRIPTIONlink(3) creates a hard link.PARAMETERSo $target - Target of the link. o $link - The link name.RETURN VALUESReturns TRUE on success or FALSE on failure.CHANGELOG+--------+---------------------------------------------------+ |Version | | | | | | | Description | | | | +--------+---------------------------------------------------+ | 5.3.0 | | | | | | | This function is now available on Windows plat- | | | forms (Vista, Server 2008 or greater). | | | | +--------+---------------------------------------------------+EXAMPLESExample #1 Creating a simple hard link <?php $target = 'source.ext'; // This is the file that already exists $link = 'newfile.ext'; // This the filename that you want to link it to link($target, $link); ?>NOTESNote This function will not work on remote files as the file to be examined must be accessible via the server's filesystem. Note For Windows only: This function requires PHP to run in an elevated mode or with the UAC disabled.SEE ALSOsymlink(3), readlink(3), linkinfo(3). PHP Documentation Group LINK(3)
Related Man Pages |
---|
linkinfo(3) - php |
mssql_select_db(3) - php |
symlink(3) - php |
lchgrp(3) - php |
link(3) - php |
Similar Topics in the Unix Linux Community |
---|
where does stdout link to? |
Increasing link speed on ce0. |
Hard link multiple files |
Looking for a very leightweight Live-CD Distro |
Receiving: 4B436A3D 0313233216 T H fscsi0 LINK ERROR |