创建文件与写入文本

Run Settings
LanguagePHP
Language Version
Run Command
<?php $myfile = fopen("mosi.txt", "w") ?>
<?php $myfile = fopen("mosi.txt", "w") or die("Unable to open file!"); $txt = "陌斯低调路过\n"; fwrite($myfile, $txt); $txt = "陌斯QQ2098175794\n"; fwrite($myfile, $txt); fclose($myfile); ?>
Editor Settings
Theme
Key bindings
Full width
Lines