composer @Ta | |
2016-05-28 20:45 |
$myfile = fopen("testfile.txt", "w")
<?php
$myfile = fopen("newfile.txt", "w") or die("Unable to open file!");
$txt = "Bill Gates
";
fwrite($myfile, $txt);
$txt = "Steve Jobs
";
fwrite($myfile, $txt);
fclose($myfile);
?>
阅:2277 | 发表于2016-05-28 20:45 |
心灵鸡汤:
      
®2019-2024 all power by Zlproject3.7
川公网安备 51192202000151号
蜀ICP备2021014921号-2
首页 #top
天合之作 曲在人意