ftp_rawlist
(PHP3 >= 3.0.13 , PHP4 >= 4.0b4)
ftp_rawlist --- 传回给予的目录中文件的详细列表
语法 :
int ftp_rawlist
(int ftp_stream, string directory)说明 :
ftp_rawlist( )执行FTP LIST命令,并且传回数组结果。各个数组的元素相当于是一行的文字,由ftp_systype( )所传回的系统型态 identifier可以用来决定解释(interpreted)多少结果。