linkinfo

linkinfo

(PHP 4, PHP 5, PHP 7)

linkinfoGets information about a link

Description

int linkinfo ( string $path )

Gets information about a link.

This function is used to verify if a link (pointed to by path) really exists (using the same method as the S_ISLNK macro defined in stat.h).

Parameters

path

Path to the link.