Home » PHP » PHP Functions » Question
  1. Which one of the following functions can be used to compress a string?
    1. gzcompress()
    2. compress()
    3. zip()
    4. zip_compress()
    5. None of these
Correct Option: A

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



Your comments will be displayed only after manual approval.