public function PharStreamWrapper::stream_write in Drupal 7
Parameters
string $data:
Return value
int
File
- misc/
typo3/ phar-stream-wrapper/ src/ PharStreamWrapper.php, line 378
Class
Namespace
TYPO3\PharStreamWrapperCode
public function stream_write($data) {
return $this
->invokeInternalStreamWrapper('fwrite', $this->internalResource, $data);
}