File Directory Php

if ( is_executable( "test.txt" ) {
  print "test.txt is executable";
}
?>