ChrisB: Anfrage wird falsch beantwortet?

Beitrag lesen

Hi,

$filename = 'http://beispiel.ch/joomla16/images/teamfotos/ca.jpg';

if (file_exists($filename)) {

  
Lesen bildet:  
  
[file_exists](http://www.php.net/manual/en/function.file-exists.php): “As of PHP 5.0.0, this function can also be used with \*some\* URL wrappers. Refer to Supported Protocols and Wrappers to determine which wrappers support stat() family of functionality.”  
  
[Supported Protocols and Wrappers – HTTP](http://www.php.net/manual/en/wrappers.http.php): “Supports stat(): No”  
  
  
Alternativ-Vorschläge für die Abfrage, ob ein HTTP-URL „existiert“, finden sich in den Nutzerkommentaren zu file\_exists.  
  
MfG ChrisB  
  

-- 
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?