1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00

- Fix proto (again)

This commit is contained in:
Derick Rethans
2002-03-15 19:04:22 +00:00
parent 108448f37a
commit b5252e28dd

View File

@@ -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;