org\bovigo\vfs\content\FileContent::truncate PHP Méthode

truncate() public méthode

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