function PharStreamWrapper::stream_write

Parameters

string $data:

Return value

int

File

misc/typo3/phar-stream-wrapper/src/PharStreamWrapper.php, line 378

Class

PharStreamWrapper

Namespace

TYPO3\PharStreamWrapper

Code

public function stream_write($data) {
    return $this->invokeInternalStreamWrapper('fwrite', $this->internalResource, $data);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.