> I want my script to compress the output using gzip library. But before that,
> I want to check if gzip library is enabled before calling the compression
> functions... How do I do that?

You can try extension_loaded();

Chris


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to