Write data to the stream
string $string The string that is to be written.:
int|bool Returns the number of bytes written to the stream on success or FALSE on failure.
public function write($string);