[PHP-users 18421]file_exists?

masashi_katou @ ykkap.co.jp masashi_katou @ ykkap.co.jp
2003年 10月 13日 (月) 12:36:56 JST


「file_exists」を使って、ネットワーク上のファイルの有無を調べたいのですが、パス
の書き方がいまいちわかりません。
誰か教えて!
例えば、PC「ServerA」のフォルダ「共有」のファイル「A」

$pass = "???";
if (file_exists("$pass")) {
     print "The file $pass exists";
} else {
     print "The file $pass dose not exist";
}




PHP-users メーリングリストの案内