Easy Tutorial
❮ Func String Convert Cyr String Php Date ❯

PHP addChild() Function

PHP SimpleXML Reference Manual

Example

Add a child element to both the body element and the footer element:


Definition and Usage

The addChild() function adds a child element to a SimpleXML element.


Syntax

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

Technical Details

Return Value: Returns a SimpleXMLElement object representing the child element added to the XML.
PHP Version: 5.1.3+
--- ---
❮ Func String Convert Cyr String Php Date ❯