diff options
author | Uwe Steinmann <steinm@php.net> | 2000-02-09 14:07:44 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 2000-02-09 14:07:44 +0000 |
commit | 9603c7cc8371aed151d43cb8edbe792a8112089e (patch) | |
tree | c45b9d250fc30394a18681fac8c820c5c3b7cd44 /ext/domxml/php_domxml.h | |
parent | 06c586932a4d1a91afc1cc158c63105998af19a5 (diff) | |
download | php-git-9603c7cc8371aed151d43cb8edbe792a8112089e.tar.gz |
- new function to read and parse xml doc from file
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 36ff9807b5..1c3f6e759f 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -44,6 +44,7 @@ extern zend_module_entry php_domxml_module_entry; extern PHP_MINIT_FUNCTION(domxml); extern PHP_MINFO_FUNCTION(domxml); PHP_FUNCTION(getdom); +PHP_FUNCTION(getdomfile); PHP_FUNCTION(domxml_newxmldoc); /* Class Document methods */ |