本文实例讲述了php目录遍历函数opendir用法。分享给大家供大家参考。具体分析如下:
opendir()函数的作用是:打开目录句柄,如果该函数成功运行,将返回一组目录流(一组目录字符串),如果失败将返回错误[error],你可以在函数的最前面加上“”来隐藏错误.
syntax语法:opendir(directory,context) parameter
参数:descr iption
描述:directory required. specifies the directory to stre