I\'ve got a string with HTML attributes:
$attribs = \' id= \"header \" class = \"foo bar\" style =\"background-color:#fff; color: red; \"\';
Easy way could be also:
$atts_array = current((array) new SimpleXMLElement(""));