<<< Previous question <<< Question ID#0287.md >>> Next question >>>
You want to enable compression in the PHP code output. Which of the following ways should you prefer most?
- A) Set zlib.output_compression to on.
- B) Turn compress_code setting to true.
- C) Set zlib_compression to on.
- D) Use the ob_start() function.
Answer
Answer: A