is_file
Tells whether the filename is a regular file
Description
boolis_file
stringfilename
Returns &true; if the filename exists and is a regular file.
is_file example
]]>
&example.outputs;
¬e.clearstatcache;
&tip.fopen-wrapper.stat;
See also is_dir and
is_link.