Welcome to the OZONE Asylum FAQWiki! |
How do I know what PHP modules/functions/extensions are installed? |
---|
If you just want to find out whats on your own server then you can check using php->phpinfo() (as long as you remember to remove it afterwards because there may be security issues). code: function_exists('gzdeflate')
|