Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

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

  2. A.

     zip_compress()

    B.

     zip()

    C.

     compress()

    D.

     gzcompress()

    View Answer

    Workspace

    Answer : Option D

    Explanation :

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


Be The First To Comment