public function StreamWrapperInterface::stream_write

7.x stream_wrappers.inc public StreamWrapperInterface::stream_write($data)
1 method overrides StreamWrapperInterface::stream_write()
DrupalLocalStreamWrapper::stream_write in drupal-7.x/includes/stream_wrappers.inc
Support for fwrite(), file_put_contents() etc.

File

drupal-7.x/includes/stream_wrappers.inc, line 103
Drupal stream wrapper interface.

Class

StreamWrapperInterface
Generic PHP stream wrapper interface.

Code

public function stream_write($data);