PHP linkinfo() Function
❮ 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.
❮ Complete PHP Filesystem Reference

