PHP3 Manual
Prev
Next
fputs
fputs -- write 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.
Prev
Home
Next
fpassthru
Up
fread