fwrite

fwrite -- Binary-safe file write

Description

int fwrite ( int fp, string string [, int length])

fwrite( ) writes the contents of string to the file stream pointed to by fp .

Notatka :