[PHP] WEB PAGE CALCI

2001-12-10 Thread Chamarty Prasanna Kumar



Hi All,
   
 Using PHP,is there any function for

calculating the size of a Web page, means the size of

everything the browser has to load to render the page.

That includes the HTML file, all the graphics, 

animations, CSS, php. And the input being URL of the

page.


Thanks in advance,


Kumar.
 


--
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]




Re: [PHP] WEB PAGE CALCI

2001-12-10 Thread Matthew Moreton

Hi Chamarty,

The function you are looking to use is:

filesize(file);

This will return the size of a file, surprisingly!  Use it on all the files
in your docuemnt and add the results.

Regards

Matt.
Email: [EMAIL PROTECTED]

- Original Message -
From: Chamarty Prasanna Kumar [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, December 10, 2001 12:16 PM
Subject: [PHP] WEB PAGE CALCI




 Hi All,

  Using PHP,is there any function for

 calculating the size of a Web page, means the size of

 everything the browser has to load to render the page.

 That includes the HTML file, all the graphics,

 animations, CSS, php. And the input being URL of the

 page.


 Thanks in advance,


 Kumar.



 --
 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]


-- 
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]