From: Uwe Steinmann Date: Tue, 23 Apr 2002 06:26:46 +0000 (+0000) Subject: - added new function DomDocument->ids (subject to change) X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~481 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e9000e3152e25adc4107c511ddd581d57bdf720;p=php - added new function DomDocument->ids (subject to change) --- diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index f09fa07c4b..dda0c81e59 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -79,6 +79,7 @@ PHP_FUNCTION(domxml_doc_create_entity_reference); PHP_FUNCTION(domxml_doc_imported_node); PHP_FUNCTION(domxml_add_root); PHP_FUNCTION(domxml_intdtd); +PHP_FUNCTION(domxml_doc_ids); PHP_FUNCTION(domxml_dump_mem); PHP_FUNCTION(domxml_dump_mem_file); PHP_FUNCTION(domxml_dump_node);