Easy Tutorial
❮ Func Date Date Filter Sanitize Url ❯

PHP addAttribute() Function

PHP SimpleXML Reference Manual

Example

Add an attribute to the root element and the body element:


Definition and Usage

The addAttribute() function adds an attribute to a SimpleXML element.


Syntax

Parameter Description
name Required. Specifies the name of the attribute to add.
value Optional. Specifies the value of the attribute.
ns Optional. Specifies the namespace of the attribute.

Technical Details

Return Value: No return value.
PHP Version: 5.1.3+
--- ---
❮ Func Date Date Filter Sanitize Url ❯