diff --git a/reference/zlib/functions/gzuncompress.xml b/reference/zlib/functions/gzuncompress.xml index d5898ca6..9bae9225 100644 --- a/reference/zlib/functions/gzuncompress.xml +++ b/reference/zlib/functions/gzuncompress.xml @@ -1,5 +1,6 @@ - + + gzuncompress @@ -8,9 +9,9 @@ &reftitle.description; - stringgzuncompress + stringfalsegzuncompress stringdata - intlength0 + intmax_length0 Questa funzione decomprime una stringa compressa. @@ -29,7 +30,7 @@ - length + max_length La lunghezza massima del dato da decomprimere. @@ -47,7 +48,7 @@ La funzione ritornerà un errore se il dato decompresso è più di 32768 volte la lunghezza dell'input compresso data - oppure se è maggiore del parametro opzionale length. + oppure se è maggiore del parametro opzionale max_length.