returns a new block with the given name
string $name name of the block device:
int $permissions permissions of block to create:
vfsStreamBlock
public static function newBlock($name, $permissions = null) { return new vfsStreamBlock($name, $permissions); }