is_link

(PHP 3, PHP 4 )

is_link --  Tells whether the filename is a symbolic link

Popis

bool is_link (string filename)

Returns true if the filename exists and is a symbolic link.

The results of this function are cached. See clearstatcache() for more details.

Viz takΘ is_dir() and is_file().

Poznßmka: Tato funkce nefunguje na Windows systΘmech