Example. <?php $file = fopen("test.txt","w"); echo fwrite($file,"Hello World. Testing!"); fclose($file); ?> The output of the code above will be:.
確定! 回上一頁