Issue
There has a config in ...\xampp\php\php.ini file:
zlib.output_compression=Off
Can I get the value of this config in php?
Solution
This worked: echo ini_get("zlib.output_compression");
Answered By - Encrypted Answer Checked By - David Goodson (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.