Q15
Which one of the following functions can be used to compress a string?
A.
zip_compress()
B.
zip()
C.
compress()
D.
gzcompress()
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
We will be able to achieve almost 50% size reduction using this function. The gzuncompress() function is used to uncompress the string.