DrupalLocalStreamWrapper::stream_read

public function DrupalLocalStreamWrapper::stream_read

public DrupalLocalStreamWrapper::stream_read($count)

Support for fread(), file_get_contents() etc.

Parameters

$count: Maximum number of bytes to be read.

Return value

The string that was read, or FALSE in case of an error.

Overrides 登录查看完整内容