[PHP] how to get the filesize of an online document?

2009-04-08 Thread Sebastian Muszytowski

Hello everyone,

i have a little problem. I want to get the filesize of an online 
document (for example an rss or atom feed).
I tried the filesize() function, but this doesn't work. I also search 
for options with cUrl but i didn't found any solution.


Hope you can give me some hints or code snipplets so that i can work for 
an solution.


Thanks in advance

Sebastian

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] how to get the filesize of an online document?

2009-04-08 Thread Gevorg Harutyunyan
Hi,

You must get content-length http header value, but sometimes header is not
set and you don't have any chance to
get size.

For more info see *get_headers* function description.

On Wed, Apr 8, 2009 at 12:31 PM, Sebastian Muszytowski 
s.muszytow...@googlemail.com wrote:

 Hello everyone,

 i have a little problem. I want to get the filesize of an online document
 (for example an rss or atom feed).
 I tried the filesize() function, but this doesn't work. I also search for
 options with cUrl but i didn't found any solution.

 Hope you can give me some hints or code snipplets so that i can work for an
 solution.

 Thanks in advance

 Sebastian

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
Best Regards,
Gevorg Harutyunyan

www.soongy.com


Re: [PHP] how to get the filesize of an online document?

2009-04-08 Thread Sebastian Muszytowski

Hi,

thanks for the hint, but how can i get the size when the header isn't 
specified?


is there the possibility to count the bits and bytes when i get the file?


Sebastian

Gevorg Harutyunyan schrieb:

Hi,

You must get content-length http header value, but sometimes header is 
not set and you don't have any chance to

get size.

For more info see **get_headers** function description.

On Wed, Apr 8, 2009 at 12:31 PM, Sebastian Muszytowski 
s.muszytow...@googlemail.com mailto:s.muszytow...@googlemail.com 
wrote:


Hello everyone,

i have a little problem. I want to get the filesize of an online
document (for example an rss or atom feed).
I tried the filesize() function, but this doesn't work. I also
search for options with cUrl but i didn't found any solution.

Hope you can give me some hints or code snipplets so that i can
work for an solution.

Thanks in advance

Sebastian

-- 
PHP General Mailing List (http://www.php.net/)

To unsubscribe, visit: http://www.php.net/unsub.php




--
Best Regards,
Gevorg Harutyunyan

www.soongy.com http://www.soongy.com



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php