PHP3 Manual
PrevNext

fputs

fputs -- write to a file pointer

Description

int fputs(int fp, string str);

Writes str to the file stream pointed to by fp.

Returns the number of characters written, or false if an error occurs.

The file pointer must be valid, and must point to a file successfully opened by fopen() or popen().

See also fgets() and fgetss().


PrevHomeNext
fpassthruUpfseek