There was an error while loading. Please reload this page.
2 parents 6a48b44 + 5e009d0 commit 28b8582Copy full SHA for 28b8582
README.md
@@ -35,7 +35,7 @@ extension=brotli.so
35
36
### Description
37
38
-string **brotli\_compress** ( string _$data_ [, int _$quarity_ = 11, int _$mode_ = -1 ] )
+string **brotli\_compress** ( string _$data_ [, int _$quality_ = 11, int _$mode_ = -1 ] )
39
40
This function compress the given string using the ZLIB data format.
41
@@ -45,7 +45,7 @@ This function compress the given string using the ZLIB data format.
45
46
The data to compress.
47
48
-* _quarity_
+* _quality_
49
50
The higher the quality, the slower the compression.
51
(Defaults to 11)
0 commit comments