createElement($tagName, $value); foreach ($attributes as $attrName => $attrValue) { $node->setAttribute($attrName, $attrValue); } return $node; } }