summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>2002-04-12 13:23:07 +0000
committerUwe Steinmann <steinm@php.net>2002-04-12 13:23:07 +0000
commitce00085cdd04698a81cbcb4c02dbeb6974c1a9f6 (patch)
tree2ef14936cff0a4419d950c843143a719e5abacd2 /ext/domxml/php_domxml.h
parent53de1218fd7f632f121eda8a17e6efd57d31905c (diff)
downloadphp-git-ce00085cdd04698a81cbcb4c02dbeb6974c1a9f6.tar.gz
- added method DomNode->remove_child()
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r--ext/domxml/php_domxml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h
index 56e8d8aca4..b48374a430 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -109,6 +109,7 @@ PHP_FUNCTION(domxml_node_previous_sibling);
PHP_FUNCTION(domxml_node_owner_document);
PHP_FUNCTION(domxml_node_insert_before);
PHP_FUNCTION(domxml_node_append_child);
+PHP_FUNCTION(domxml_node_remove_child);
PHP_FUNCTION(domxml_node_add_child);
PHP_FUNCTION(domxml_node_has_attributes);
PHP_FUNCTION(domxml_node_has_child_nodes);