summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>2002-04-15 14:45:38 +0000
committerUwe Steinmann <steinm@php.net>2002-04-15 14:45:38 +0000
commitc7e391637c0942c6bf8b6df7a090765250410576 (patch)
tree9d7db52636cc51ab932f02aa0852eb4d36ccd365 /ext/domxml/php_domxml.h
parent08e3ee7e901332185e3334b1a4a5a021de900d01 (diff)
downloadphp-git-c7e391637c0942c6bf8b6df7a090765250410576.tar.gz
- added DomNode->replace_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 8da31fdc36..f09fa07c4b 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -111,6 +111,7 @@ PHP_FUNCTION(domxml_node_insert_before);
PHP_FUNCTION(domxml_node_append_sibling);
PHP_FUNCTION(domxml_node_append_child);
PHP_FUNCTION(domxml_node_remove_child);
+PHP_FUNCTION(domxml_node_replace_child);
PHP_FUNCTION(domxml_node_add_child);
PHP_FUNCTION(domxml_node_has_attributes);
PHP_FUNCTION(domxml_node_has_child_nodes);