함수 ReadDir()

Jmnote (토론 | 기여)님의 2023년 4월 13일 (목) 02:38 판 (새 문서: ==개요== ;함수 scandir() ==PHP== 분류: PHP {{참고|PHP scandir()}} <syntaxhighlight lang='php' run> <?php $files = scandir('/'); print_r($files); </syntaxhighlight>)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

함수 scandir()

2 PHP

<?php
$files = scandir('/');
print_r($files);
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}