}
/* }}} */
-/* {{{ proto string domxml_new_child([int node_handle], string name, string content)
+/* {{{ proto string domxml_new_child([int node_handle,] string name, string content)
Adds child node to parent node */
PHP_FUNCTION(domxml_new_child)
{
}
/* }}} */
-/* {{{ proto string domxml_add_root([int doc_handle], string name)
+/* {{{ proto string domxml_add_root([int doc_handle,] string name)
Adds root node to document */
PHP_FUNCTION(domxml_add_root)
{