Hi Sebastian!
On Fri, 29 Jun 2001, Sebastian Stadtlich wrote:

> Hi all
> 
> I'd like to know how small my content gets when i use 
> ob_gzhandler.
> so far i tried 
> $cont=ob_get_contents();
> $length=strlen($cont);
try using
$length = ob_get_length(); 
instead.

> echo "<!-- $length -->\n";
> 
> but it outputs 
> <!-- 17280 -->

-- teodor

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to