File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ Returns the decompressed data or FALSE if an error occurred.
218
218
219
219
#### Description
220
220
221
- resource ** zstd\_ compress\_ init** ( [ int $level = ZSTD_COMPRESS_LEVEL_DEFAULT ] )
221
+ resource ** zstd\_ compress\_ init** ( [ int _ $level _ = ZSTD_COMPRESS_LEVEL_DEFAULT ] )
222
222
223
223
Initialize an incremental compress context
224
224
@@ -237,7 +237,7 @@ Returns a zstd context resource (zstd.state) on success, or FALSE on failure
237
237
238
238
#### Description
239
239
240
- string ** zstd\_ compress\_ add** ( resource * $context * , string * $data * [ , bool * $end * = false ] )
240
+ string ** zstd\_ compress\_ add** ( resource _ $context _ , string _ $data _ [ , bool _ $end _ = false ] )
241
241
242
242
Incrementally compress data
243
243
@@ -277,7 +277,7 @@ Returns a zstd context resource (zstd.state) on success, or FALSE on failure
277
277
278
278
#### Description
279
279
280
- string ** zstd\_ uncompress\_ add** ( resource * $context * , string * $data * )
280
+ string ** zstd\_ uncompress\_ add** ( resource _ $context _ , string _ $data _ )
281
281
282
282
Incrementally uncompress data
283
283
You can’t perform that action at this time.
0 commit comments