Browse Source

- Fix proto (again)

experimental/ZendEngine2
Derick Rethans 24 years ago
parent
commit
b5252e28dd
  1. 4
      ext/domxml/php_domxml.c

4
ext/domxml/php_domxml.c

@ -2843,9 +2843,7 @@ PHP_FUNCTION(domxml_dump_mem)
/* }}} */
/* {{{ proto int domxml_dump_mem_file(object doc_handle [, int filename [, int compressmode]])
Dumps document into file and uses compression if specified
Returns false on error, otherwise the length of the xml-document (uncompressed)
*/
Dumps document into file and uses compression if specified. Returns false on error, otherwise the length of the xml-document (uncompressed) */
PHP_FUNCTION(domxml_dump_mem_file)
{
zval *id;

Loading…
Cancel
Save