org\bovigo\vfs\content\FileContent::truncate PHP Method

truncate() public method

Truncates a file to a given length
public truncate ( integer $size ) : boolean
$size integer length to truncate file to
return boolean
    public function truncate($size);