Home >php教程 >php手册 >PHP4用户手册:函数-fwrite

PHP4用户手册:函数-fwrite

WBOY
WBOYOriginal
2016-06-13 10:22:38895browse

fwrite
(PHP 3, PHP 4 >= 4.0.0)fwrite -- 二进制文件写入描述
int fwrite (int fp, string string [, int length])
fwrite() 写入字符串string 的内容到由fp指定的文件流中。如果length 给出,将写完length 指定的字节后结束。
注意,如果length 参数给出,那么网站建设服务器脚本类\PHPPHP用户手册fancyconfiguration.html#ini.magic-quotes-runtime>magic_quotes_runtime 配置选项将被忽略,同时字符串中的“”将不被删除。
注意:在某些系统上将区分二进制和文本文件(i.e. Windows),这个文件必须使用带有b参数的模式的fopen() 来打开。
参见fread(), fopen(), fsockopen(), popen(), 和 fputs().

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn