网站首页

>>

PHP初级教程手册


函数:fwrite()



fwrite

二进位位方式写入文件。

语法: int fwrite(int fp, string string, int [length]);

返回值: 整数

函数种类: 文件存取

内容说明

本函数将字符串 string 写入文件资料流的指针 fp 上。若有指定长度 length,则会写入指定长度字符串,或是写到字符串结束。治募?米⒁獾氖侨糁付?了长度,则在 PHP 环境配置值 magic_quotes_runtime 的配置将被忽略,同时字符串中的斜线不会被删除。

参考

fread()  fopen()  popen()  fsockopen()  fputs()  



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|