Searched refs:is_link (Results 1 – 3 of 3) sorted by relevance
24 … $file = (is_link($this->dir . $entry)) ? readlink($this->dir . $entry) : $this->dir . $entry;
575 if (is_dir($path) && !is_link($path)) {583 if (is_dir("$path/$f") && !is_link("$path/$f")) {
2698 public function is_link($path) function in phpseclib3\\Net\\SFTP