FREE Web Template Download
HTML CSS JAVASCRIPT SQL PHP BOOTSTRAP JQUERY ANGULARJS TUTORIALS REFERENCES EXAMPLES Blog
 

PHP linkinfo() Function


PHP Filesystem Reference Complete PHP Filesystem Reference

Definition and Usage

The linkinfo() function returns information about a hard link.

This function returns a device ID, or FALSE on failure.

Syntax

linkinfo(path)

Parameter Description
path Required. Specifies the path to check

Tips and Notes

Note: This is not an HTML link, but a link in the filesystem.

Note: This function is not implemented on Windows.


PHP Filesystem Reference Complete PHP Filesystem Reference