(当成是扩展C++来看就行了,几乎一样):
读取整个文件readfile() 、file()、 file_get_contents()
'; $f\_arr = file('file.dat'); foreach($f\_arr as $cont){ echo $cont."读取一个字符就用 string fgetc(resource handle)
读取制定长度的字符 string fread(resource handle ,int length)
获取一行数据fgets() fgetss()
..................将数据写入文件:fwrite() file_put_contents()
"; $fopen = fopen($filepath ,'wb') or dir('wen jian bu cun zai'); fwrite($fopen ,$str); fclose($fopen); readfile($filepath); file\_put\_contents($filepath ,$str); readfile($filepath); ?>文件操作:
枚举目录:
"; } }else{ echo 'error'; } ?>目录操作:
远程文件访问:
文件指针 rewind() fseek() ftell()
文件锁定:
文件上传:
文件批量上传
.'; } } } ?>手机扫一扫
移动阅读更方便
你可能感兴趣的文章