PHP symlink() Function

PHP symlink Function


Define :

In this tutorial we have to learned about PHP symlink() Function.The symlink() Function inbuilt function in php.This funciton is used to creates a symbolic link from the existing target with the specified name link.

Syntax

   symlink(targetlink)

Parameter 
Parameter Description
target  Specifies the target of the link
link  Specifies the link name

Given below example show the PHP symlink() Function :

 

Output : Symlink created!