phpbar.de logo

Mailinglisten-Archive

[php] scandir und context

[php] scandir und context

Friedhelm Betz holliwell at gmx.net
Sam Mar 6 15:35:07 CET 2004


Hi,
jemand ne Ahnung welcher context bei scandir (PHP 5) implementiert ist?
http zumindest nicht, welcher context wuerde denn sonst noch Sinn machen?
<?php
$opts = array(
    'http'=>array(
                    'method'=>"GET",
                    'user-agent'=>"my browser"
              )
);
$context = stream_context_create($opts);
$dir     = 'http://www.holliwell.de/test1/';
$files = scandir($dir, 1, $context);  //line 10
print_r($files);
?>

Ergibt nur eine etwas lustige Fehlermeldung:
Warning: scandir(http://www.holliwell.de/test1/): failed to open dir: not 
implemented in /opt/www/htdocs/test/directory/scandir.php on line 10
PHP Warning:  scandir(): (errno 0): Success in 
/opt/www/htdocs/test/directory/scandir.php on line 10


Gruesse
Friedhelm

php::bar PHP Wiki   -   Listenarchive