diff options
author | Christian Stocker <chregu@php.net> | 2002-08-15 12:43:44 +0000 |
---|---|---|
committer | Christian Stocker <chregu@php.net> | 2002-08-15 12:43:44 +0000 |
commit | c0f40351165df06009a6dd3c903f75ffb66d8e7a (patch) | |
tree | 63b7744121ebca22bbe33484088c42ca3ca05a18 /ext/domxml/php_domxml.h | |
parent | 3ff741df930453e1b7bb73a72f93027f99e765d7 (diff) | |
download | php-git-c0f40351165df06009a6dd3c903f75ffb66d8e7a.tar.gz |
@ - Added DomNode->set_namespace(uri[,prefix]) (chregu)
- Added third optional parameter (prefix) to DomDocument->create_element_ns()
- generate prefix from random number, if not provided.
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r-- | ext/domxml/php_domxml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index c1d35540c8..606e18e01e 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -142,6 +142,7 @@ PHP_FUNCTION(domxml_node_parent); PHP_FUNCTION(domxml_node_prefix); PHP_FUNCTION(domxml_node_namespace_uri); PHP_FUNCTION(domxml_node_add_namespace); +PHP_FUNCTION(domxml_node_set_namespace); PHP_FUNCTION(domxml_node); PHP_FUNCTION(domxml_clone_node); PHP_FUNCTION(domxml_node_unlink_node); |