dir

(PHP 4, PHP 5, PHP 7)

dir����һ�� Directory ��ʵ��

˵��

dir ( string $directory [, resource $context ] ) : Directory

���������ķ�ʽ����Ŀ¼���� directory ����ָ����Ŀ¼��

����

directory

���򿪵�Ŀ¼

context

Note: �� PHP 5.0.0 �������˶������ģ�Context����֧�֡��й������ģ�Context����˵���μ� Streams��

����ֵ

�ɹ��Ļ�������һ�� Directory ��ʵ��, �������������·��� NULL �� ��������������� FALSE ��

����

Example #1 dir() ʾ��

���ر�ע������ʾ���� Directory::read() ��������ֵ���жϷ�ʽ�� �����ϸ���ԣ�ֵ��ȣ�����������ͬ����ο� �Ƚ������ ������ֵ���� FALSE ����Ϊ��Щ����£�Ŀ¼������"����" FALSE ������ ����ѭ����

<?php
$d 
dir("/etc/php5");
echo 
"Handle: " $d->handle "\n";
echo 
"Path: " $d->path "\n";
while (
false !== ($entry $d->read())) {
   echo 
$entry."\n";
}
$d->close();
?>

�������̵���������ڣ�

Handle: Resource id #2
Path: /etc/php5
.
..
apache
cgi
cli

ע��

Note:

Ŀ¼��Ŀ���ص�˳��������ϵͳ��