diff options
author | Uwe Steinmann <steinm@php.net> | 2000-02-10 15:24:13 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 2000-02-10 15:24:13 +0000 |
commit | 992e808451faa8351586468093bb71f4061fd902 (patch) | |
tree | b70962b035b025f99cd100e1a5c1de4877eb12a2 /ext/domxml/php_domxml.h | |
parent | e79c87aca03e5356007c00da3c8de35e92d55f32 (diff) | |
download | php-git-992e808451faa8351586468093bb71f4061fd902.tar.gz |
- added funktion xmltree(), renamed dom() to xmldoc() and domfile()
to xmldocfile().
- testdom covers most of the functionality
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r-- | ext/domxml/php_domxml.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index bee87423a3..a479d3f410 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -43,8 +43,8 @@ extern zend_module_entry php_domxml_module_entry; /* directory functions */ extern PHP_MINIT_FUNCTION(domxml); extern PHP_MINFO_FUNCTION(domxml); -PHP_FUNCTION(getdom); -PHP_FUNCTION(getdomfile); +PHP_FUNCTION(xmldoc); +PHP_FUNCTION(xmldocfile); PHP_FUNCTION(xmltree); PHP_FUNCTION(domxml_newxmldoc); |