PHP linkinfo() Function

PHP linkinfo Function


Define :

In thi tutorial we have to learn about PHP linkinfo() Function.The linkinfo() Function is inbuilt function in php.

This function is used to  returns information about a hard link.

Syntax

   linkinfo(path)

Parameter 
Parameter Description
path Required. Specifies the path to check

Try out the given below example -