Home  >  Article  >  Backend Development  >  PHP converts a path array into a directory tree

PHP converts a path array into a directory tree

WBOY
WBOYOriginal
2016-10-09 08:32:311647browse
<code>$paths = ['aa','aa/bb','ww/yyy','aa/kk','xx/oo/pp'];
</code>

According to this array, convert it into the structure of the directory tree, as follows:
aa
-bb
-kk
ww
-yyy
xx
-oo
--pp

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn