PHP funkce is_link()
Dostupnost ve verzích: PHP 4.0
Tells whether the filename is a symbolic link
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$filename |
string |
není | Path to the file. |
Návratové hodnoty
bool
true if the filename exists and is a symbolic link, false otherwise.