Related Functions

fwrite

PHP 4.0+

Writes string data to an open file resource and returns the number of bytes successfully written.

Description

The fwrite() Writes string data to an open file resource and returns the number of bytes successfully written.

Example