Your IP : 3.139.80.194
--- title: createElement --- ```php createElement ( string $name [, string $value = null ] ) : object ``` Creates a new element. | Parameter | Description | --------- | ----------- | `name` | Name of the element | `value` | Value of the element Returns the element. |