w = write $file_open = fopen("file_open.txt", "w"); fwrite($file_open, "Write"); fclose($file_open);