在附加模式(加参数"a" 打开文件)中ftell() 会返回未定义错误。 例子. <?php $file = fopen("test.txt","r"); // 输出当前位置 echo ftell($file); // 改变当前位置 ...
確定! 回上一頁