<?php shuffle(array &$array): true
<?php $keys = array_keys($attributes); shuffle($keys); $invoiceHeader->setAttributes(array_merge(array_flip($keys), $attributes));