PHP4 User Manual: Function -> FPUTS

zhaozj2021-02-08  294

FPUTS

(PHP 3, PHP 4> = 4.0.0) FPUTS - Write to file pointer

description

Int FPUTS (int FP, String Str [, INT Length])

FPUTS () is an alias for fwrite (), which is all the same. Note that the Length parameter is optional if not specifying the entire string will be written.

转载请注明原文地址:https://www.9cbs.com/read-3408.html

New Post(0)