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