diff options
author | Christian Stocker <chregu@php.net> | 2002-08-22 15:54:23 +0000 |
---|---|---|
committer | Christian Stocker <chregu@php.net> | 2002-08-22 15:54:23 +0000 |
commit | 1a486b6676f523636732a265d61d1ed03d81c200 (patch) | |
tree | 28de31258040d1c5c14257e5f0626a1e8ff86513 /ext/domxml/php_domxml.h | |
parent | 1f57dec2bf33a6c1a77edc28b6cb94a9381c171a (diff) | |
download | php-git-1a486b6676f523636732a265d61d1ed03d81c200.tar.gz |
@- Added XsltObject->dump_file($result,$filename[,$compression]) for dumping
@ xslt-result directly into a file. (chregu)
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 0c799f5253..be6a8ca5a5 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -230,6 +230,7 @@ PHP_FUNCTION(domxml_xslt_stylesheet_doc); PHP_FUNCTION(domxml_xslt_stylesheet_file); PHP_FUNCTION(domxml_xslt_process); PHP_FUNCTION(domxml_xslt_dump_mem); +PHP_FUNCTION(domxml_xslt_dump_file); PHP_FUNCTION(domxml_xslt_version); #endif typedef struct { |