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

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

Truncates a file to a given length
public truncate ( integer $size ) : boolean
$size integer length to truncate file to
Результат boolean
    public function truncate($size);