function PharStreamWrapper::stream_read
Parameters
int $count:
Return value
string
File
-
misc/
typo3/ phar-stream-wrapper/ src/ PharStreamWrapper.php, line 282
Class
Namespace
TYPO3\PharStreamWrapperCode
public function stream_read($count) {
return $this->invokeInternalStreamWrapper('fread', $this->internalResource, $count);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.