php/lang/io.md

305 B

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