Posted by Michael Fesser on 02/01/07 11:16
..oO(Eric Layman)
>According to the PHP documentation:
>
>it stated that as of php5, filesize supports the reading of remote html
> files:
>
>http://php.net/manual/en/function.filesize.php
| As of PHP 5.0.0 this function can also be used with some URL wrappers.
Notice the word "some".
The HTTP wrapper doesn't support stat() functionality.
http://www.php.net/manual/en/wrappers.http.php
Micha
[Back to original message]
|