fputs

(PHP 3, PHP 4 >= 4.0.0)

fputs -- Writes to a file pointer

Description

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

fputs() is an alias to fwrite(), and is identical in every way. Note that the length parameter is optional and if not specified the entire string will be written.