You are here

public function StreamWrapperInterface::stream_write in D7 Media 6

2 methods override StreamWrapperInterface::stream_write()
ResourceReadOnlyStreamWrapper::stream_write in resource/ResourceReadOnlyStreamWrapper.inc
Support for fwrite(), file_put_contents() etc.
ResourceStreamWrapper::stream_write in resource/ResourceStreamWrapper.inc
Support for fwrite(), file_put_contents() etc.

File

resource/ResourceStreamWrapper.inc, line 13

Class

StreamWrapperInterface
Generic PHP stream wrapper interface. @see: http://php.net/manual/en/function.stream-wrapper-register.php

Code

public function stream_write($data);