]> granicus.if.org Git - php/commitdiff
- Fix proto (again)
authorDerick Rethans <derick@php.net>
Fri, 15 Mar 2002 19:04:22 +0000 (19:04 +0000)
committerDerick Rethans <derick@php.net>
Fri, 15 Mar 2002 19:04:22 +0000 (19:04 +0000)
ext/domxml/php_domxml.c

index 0fafbc61d92b7240199f1008559c8432cd2d2e09..04b95e45ac1a633a2d35706f8160cda08002fd38 100644 (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;