Examveda
Examveda

Which one of the following functions can be used to compress a string?

A. zip_compress()

B. zip()

C. compress()

D. gzcompress()

Answer: Option D

Solution(By Examveda Team)

We will be able to achieve almost 50% size reduction using this function. The gzuncompress() function is used to uncompress the string.

This Question Belongs to PHP >> Functions

Join The Discussion

Related Questions on Functions