SimpleXMLElement::addAttribute
Adds an attribute to the SimpleXML element
Signature
public function addAttribute(string
$name,
string
$value,
string
$namespace )
Parameters
-
$name
-
$value
-
$namespace
Returns
- void