SplFileInfo::isLink
SplFileInfo::isLink
(PHP 5 >= 5.1.2, PHP 7)
SplFileInfo::isLink — Tells if the file is a link
Description
public bool SplFileInfo::isLink ( void )
Use this method to check if the file referenced by the SplFileInfo object is a link.
Parameters
This function has no parameters.
Return Values
Returns TRUE
if the file is a link,