찾다
php教程PHP源码遍历某文件夹下的所有文件和文件夹方法四(请无视)

function list_dir($dirpath){   
    if($dirpath[strlen($dirpath)-1]!="\\"){$dirpath.="\\";}   
    static $result_array=array();   
    if(is_dir($dirpath)){   
        $handle=opendir($dirpath);   
        while($file=readdir($handle)){   
            if($file=="."||$file==".."){continue;}   
            if(is_dir($dirpath.$file)){   
                list_dir($dirpath.$file."\\");   
            }else{   
                array_push($result_array,$dirpath.$file);   
            }   
        }   
        closedir($handle);   
    }   
    return $result_array;   
 }   
  
 $array=list_dir("D:\www");   
 foreach($array as $value){   
    echo $value;   
    echo "<br>";   
 }

성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.

핫 AI 도구

Undresser.AI Undress

Undresser.AI Undress

사실적인 누드 사진을 만들기 위한 AI 기반 앱

AI Clothes Remover

AI Clothes Remover

사진에서 옷을 제거하는 온라인 AI 도구입니다.

Undress AI Tool

Undress AI Tool

무료로 이미지를 벗다

Clothoff.io

Clothoff.io

AI 옷 제거제

Video Face Swap

Video Face Swap

완전히 무료인 AI 얼굴 교환 도구를 사용하여 모든 비디오의 얼굴을 쉽게 바꾸세요!

뜨거운 도구

맨티스BT

맨티스BT

Mantis는 제품 결함 추적을 돕기 위해 설계된 배포하기 쉬운 웹 기반 결함 추적 도구입니다. PHP, MySQL 및 웹 서버가 필요합니다. 데모 및 호스팅 서비스를 확인해 보세요.

스튜디오 13.0.1 보내기

스튜디오 13.0.1 보내기

강력한 PHP 통합 개발 환경

ZendStudio 13.5.1 맥

ZendStudio 13.5.1 맥

강력한 PHP 통합 개발 환경

SublimeText3 중국어 버전

SublimeText3 중국어 버전

중국어 버전, 사용하기 매우 쉽습니다.

Atom Editor Mac 버전 다운로드

Atom Editor Mac 버전 다운로드

가장 인기 있는 오픈 소스 편집기