- add domxml_unlink_node(), not tested

This commit is contained in:
Uwe Steinmann 2001-02-08 15:12:16 +00:00
parent df9803c75f
commit 32b8cdde14
2 changed files with 39 additions and 0 deletions

View file

@ -55,6 +55,7 @@ PHP_FUNCTION(domxml_children);
PHP_FUNCTION(domxml_last_child);
PHP_FUNCTION(domxml_parent);
PHP_FUNCTION(domxml_node);
PHP_FUNCTION(domxml_unlink_node);
PHP_FUNCTION(domxml_new_child);
PHP_FUNCTION(domxml_set_content);