Jump to content

bandwidth of client


sad_sam19

Recommended Posts

Thanks for your reply  :-*

..i saw a post from the php.net site that goes like this..

 

ob_start();
$StartTime=microtime(1);

.. webpage data goes here ..

printf("%s seconds to produce (%skb/sec)",
  microtime(1)-$StartTime,
  Round((ob_get_length()/(microtime(1)-$StartTime))/1024));

ob_end_flush();

 

..  is this the exact code i'm looking for?  :shy:

 

thanks :-*

Link to comment
https://forums.phpfreaks.com/topic/193864-bandwidth-of-client/#findComment-1020304
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.