fwrite() 返回写入的字符数,出现错误时则返回false。 例子. <?php $file = fopen("test.txt","w"); echo fputs($file, ...
確定! 回上一頁