skip to main
|
skip to sidebar
ICE NoteBook
2009年8月8日 星期六
PHP - opendir 取得目錄下檔案
這個是在網路上看到的,也許以後用的到,就先留下來唄^^"
$dir = "/etc/php5/"; // 判斷是否為目錄 if (is_dir($dir)) { if ($dh = opendir($dir)) { while (($file = readdir($dh)) !== false) { if (strpos( $file2, '.php') ){ //只過讀取出php 的檔案 echo "filename: $file : filetype: " . filetype($dir . $file) . "\n"; } } closedir($dh); } }
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
關於我自己
Ic€
Taiwan
此網誌是為了年紀愈來愈大的我所創立的,感覺記憶力愈來愈差,所以乾脆把網路上搜尋到或者自己寫的東西做個記錄,以免以後需要時找不到,如果原文作者看到自己的文章感到不悅時,請盡速通知我,我會盡快刪除文章,感恩啦
檢視我的完整簡介
文章分類
AS3
ASP
ASP Class
Blog
CSS
Flash
int
Integer
Java
JavaScript
jQuery
Linux
MS SQL
PEAR
Perl
PHP
PHP Class
split
String
T-SQL
URL
Wamp
網誌存檔
►
2010
(7)
►
12月
(2)
►
9月
(2)
►
6月
(1)
►
5月
(1)
►
2月
(1)
▼
2009
(20)
►
10月
(2)
►
9月
(4)
▼
8月
(1)
PHP - opendir 取得目錄下檔案
►
7月
(2)
►
5月
(1)
►
4月
(3)
►
3月
(1)
►
2月
(3)
►
1月
(3)
►
2008
(15)
►
11月
(2)
►
10月
(1)
►
9月
(2)
►
8月
(6)
►
7月
(4)
計數器
My Friends
ApurA's Yuujintyou
Jim Labs
shan711017的地盤
you are my amusement park
──═╪★完美的愛情使人意志薄弱 不完美的愛情讓人傷心難過
夏季含羞草
新‧夢想
日光節約時間
騎馬桶撞飛碟的部落
沒有留言:
張貼留言