Send data size
Hi!
My scripts uses
ob_start ("ob_gzhandler", 9); at begin of the script.
How can I know compressed page size in my script?
$length = ob_get_length (); show uncompressed size of page (of course).
Thanks you!
My scripts uses
ob_start ("ob_gzhandler", 9); at begin of the script.
How can I know compressed page size in my script?
$length = ob_get_length (); show uncompressed size of page (of course).
Thanks you!
