Discussion :: PHP - CS
- Which one of the following functions can be used to compress a string?
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