File Directory Php

if ( is_file( "data.txt" ) ) {
  print "test.txt is a file!";
}
?>