URLExist Syntax URLExist(strURL); strURL Input URL string to be checked whether it exists or not. Description Checks whether a file at the specified URL exists. Can be used for HTTP, FTP and File protocols. Returns 1 The URL exists. 0 The URL does not exist. Example $validbool = URLExist("http://myusername:mypassword@myserver/file.txt");
URLExist(strURL);
strURL
1
0
$validbool = URLExist("http://myusername:mypassword@myserver/file.txt");