We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07bfff1 commit 0889f00Copy full SHA for 0889f00
Demo/4#文件写入类函数/4.1.php
@@ -0,0 +1,6 @@
1
+<?php
2
+$file = fopen("test.txt","w");
3
+echo fwrite($file,"Hello World. Testing!"); //21
4
+fclose($file);
5
+
6
+?>
0 commit comments