mongodb\file\StreamWrapper stream_write()

stream_write() public method

Writes to stream.

This method is called in response to fwrite().

See also \yii\mongodb\file\fwrite().

public integer stream_write ( $data )
$data string

String to be stored into the underlying stream.

return integer

The number of bytes that were successfully stored.

doc_Yii
2016-10-30 17:08:34
Comments
Leave a Comment

Please login to continue.