fix proto for clone_node

This commit is contained in:
Christian Stocker 2002-10-31 19:52:45 +00:00
parent b79e506045
commit 0b8040aa8d

View file

@ -2035,7 +2035,7 @@ PHP_FUNCTION(domxml_node_type)
}
/* }}} */
/* {{{ proto bool domxml_clone_node(void)
/* {{{ proto object domxml_clone_node([bool deep])
Clones a node */
PHP_FUNCTION(domxml_clone_node)
{