is_link
Tells whether the filename is a symbolic link
&reftitle.description;
boolis_link
stringfilename
Tells whether the given file is a symbolic link.
&reftitle.parameters;
filename
Path to the file.
&reftitle.returnvalues;
Returns &true; if the filename exists and is a symbolic link, &false;
otherwise.
&reftitle.examples;
Create and confirm if a file is a symbolic link
]]>
&reftitle.notes;
¬e.clearstatcache;
&tip.fopen-wrapper.stat;
&reftitle.seealso;
is_dir
is_file
readlink