Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 375 | Rev 377 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 375 Rev 376
Line 207... Line 207...
207
			}#if end
207
			}#if end
208
			
208
			
209
		#針對每行輸出
209
		#針對每行輸出
210
		foreach($listInfo["content"] as $line){
210
		foreach($listInfo["content"] as $line){
211
		
211
		
-
 
212
			#如果是當前目錄或上層目錄
-
 
213
			if($line["name"]==="." || $line["name"]===".."){
-
 
214
			
-
 
215
				#換下一個
-
 
216
				continue;
-
 
217
			
-
 
218
				}#if end 
-
 
219
		
212
			#輸出結果
220
			#輸出結果
213
			echo $line["name"].PHP_EOL;
221
			echo $line["name"].PHP_EOL;
214
			
222
			
215
			}#foreach end
223
			}#foreach end
216
	
224