mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 10:19:25 +02:00
![]() see http://php.net/manual/en/function.readdir.php - specifically: /* This is the correct way to loop over the directory. */ while (false !== ($entry = readdir($handle))) { echo "$entry\n"; } /* This is the WRONG way to loop over the directory. */ while ($entry = readdir($handle)) { echo "$entry\n"; } |
||
---|---|---|
.. | ||
OpenID | ||
Yadis | ||
OpenID.php |