org\bovigo\vfs\content\FileContent::read PHP Метод

read() публичный Метод

reads the given amount of bytes from content
public read ( integer $count ) : string
$count integer
Результат string
    public function read($count);