opendir語法:opendir(path,context)
目錄,功能說明:打開目錄句柄,opendir() 函數打開一個目錄句柄,則該函數返回一個目錄流,否則返回false.來看個opendir列出目錄下個opendir列出目錄下個所有文件實例,代碼如下:
$dirs ='./';//指定目前上當
if( is_dir( $dirs ) )
{
di); while (($file = readdir($hanld)) !== false) { echo "文件名稱: ($hanld); } else { echo '不是目錄'; }檔名:b 檔名:www.phpfensi .com */ 提示與註解註解:從PHP 5.0.0 開始,path 參數支援ftp:// URL wrapper註解:在PHP 4.3.0 中,path URL wrapper註解:在PHP 4.3.0 中,path URL 參數列表的URL,不過在PHP 4 中只有file:// URL wrapper 支援此功能.