Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 463 Bytes

0287.md

File metadata and controls

15 lines (12 loc) · 463 Bytes

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