Home >Backend Development >PHP Tutorial >PHP4用户手册:函数-fputs_PHP

PHP4用户手册:函数-fputs_PHP

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-01 12:39:021044browse

手册

H1>

(PHP 3, PHP 4 >= 4.0.0)

fputs -- 写入到文件指针处

描述

 

int fputs (int fp, string str [, int length])

 

fputs() 是 fwrite()的别名,它们是全部一样的。注意,length 参数是可选的,如果不指定整个字符串都将被写入。

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