PHP DirectoryIterator 클래스

1 개요[ | ]

PHP DirectoryIterator class
PHP DirectoryIterator 클래스
foreach (new DirectoryIterator("/etc/profile.d/") as $file) {
	echo $file.PHP_EOL;
}
# bash_completion.sh
# .
# bash_history.sh
# ..
# Z97-byobu.sh

2 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}