File Directory Php

if ( is_readable( "data.txt" ) ) {
  print "data.txt is readable";
}
?>