| 
	Send data size
 
		Date: 02/15/06 
		(PHP Community)    Keywords: no keywords
 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!
 Source: http://community.livejournal.com/php/413229.html |