<?php $file = 'some_file';$attributes = xattr_list($file); foreach ($attributes as $attr_name) { xattr_remove($file, $attr_name); }?>