update : 2015.11.03
php.shukuma.com검색:
|
dir(PHP 4, PHP 5, PHP 7) dir — Return an instance of the Directory class 설명
Directory dir
( string
$directory
[, resource $context
] )
A pseudo-object oriented mechanism for reading a directory. The
given 인수
반환값
Returns an instance of Directory, or 예제
Example #1 dir() example
Please note the fashion in which Directory::read()'s
return value is checked in the example below. We are explicitly
testing whether the return value is identical to (equal to and of
the same type as - see
Comparison Operators for more information)
<?php 위 예제의 출력 예시: Handle: Resource id #2 Path: /etc/php5 . .. apache cgi cli 주의
|