+
<?php if ( file_exists( "/temp/test.txt" )) { echo "ファイルが存在する!!"; } else { echo "ファイルが存在しない!!"; } ?>