readfile()函数读取文件,并把它写入输出缓冲。(如读取成功则返回字节数)
$dir='../test/test.txt';
echo readfile($dir);
fopen(filename,mode,include_path,context)如果打开失落败,本函数返回 FALSE。文件不存在,mode为w/a类的参数则新建文件。
fread(file,length)
$file = fopen(\"大众test.txt\"大众,\"大众r\"大众);fread($file,filesize(\"大众test.txt\"大众));//读取所有
fgets(file,[length])//函数从文件指针中读取一行。
is_file(file)如果文件存在且为正常的文件,则返回 true。
fclose(file) 函数用于关闭打开的文件。
unlink()//删除文件,成功返回true
feof()//函数检测是否已到达文件末端 (eof)。
如果文件指针到了 EOF 或者出错时则返回 TRUE,否则返回一个缺点(包括 socket 超时),其它情形则返回 FALSE。
fwrite(file,string,length)//函数写入文件
touch(filename,time,atime)
函数设置指定文件的访问和修正韶光。如果文件不存在,则会被创建。默认是当前系统韶光。
copy(source,destination)将文件从 source 拷贝到 destination。如果成功则返回 TRUE,否则返回 FALSE。
如:copy(\"大众1.txt\"大众,\"大众2.txt\公众);
disk_free_space(directory) 函数返回目录中的可用空间
disk_total_space(directory) 函数返回指定目录的磁盘总大小。
disk_total_space(\公众C:\公众);
如:echo disk_total_space('F:'); //118008057856
fsockopen()函数比fopen()函数的优点:fopen()只会在PHP中已经将allow_url_fopen设置为真时才能利用,而fsockopen()并没有限定。
Socket可以理解为两台打算机相互通信的通道。
fsockopen($host, [$port, $error_no, $error_desc, 30])
URL、端口号、存放缺点编号的变量、存放缺点信息字符串的变量,超时等待韶光