Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

a) zip()
b) compress()
c) gzcompress()
d) zip_compress()

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

Join The Discussion