thank you chris and marek..
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
another please... not a good idea on production use.
"Rick Emery" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Write a test script and run it on the target server. If it crashes, it's
not enabled.
>
> - Original Message -
> From: "Jun" <[EMAIL PROTECTED]>
> To: <>
> Sent:
function_exists() -- checks if a function exists
Jun wrote:
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?
jun
--
PHP General Mailing List (http://www.php
> 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, vi
4 matches
Mail list logo