File Directory Php

if ( is_dir( "/tmp" ) ) {
  print "/tmp is a directory";
}
?>