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.