FTP函数库:ftp_rawlist

ftp_rawlist

(PHP3 >= 3.0.13 , PHP4 >= 4.0b4)

ftp_rawlist ---&">nbsp; 传回给予的目录中文件的详细列表

语法 : int ftp_rawlist (int ftp_stream, string directory)

说明 :

ftp_rawlist( )执行FTP LIST命令,并且传回数组结果。各个数组的元素相当于是一行的文字,由ftp_systype( )所传回的系统型态 identifier可以用来决定解释(interpreted)多少结果。

时间: 2024-08-02 06:43:51

FTP函数库:ftp_rawlist的相关文章

FTP函数库:ftp_site

ftp_site (PHP3 >= 3.0.15 , PHP4 >= 4.0b4) ftp_site ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 送出SITE命令给伺服器 语法 : int ftp_site (int ftp_stream, string cmd) 说明 : 成功则传回true,失败则传回false. ftp_site( )送出cmd指定的命令到FTP伺服器,SITE命令并不

FTP函数库:ftp_quit

ftp_quit (PHP3 >= 3.0.13 , PHP4 >= 4.0b4) ftp_quit ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 结束FTP连结 语法 : int ftp_quit (int ftp_stream) 说明 : 结束FTP资料流ftp_stream.

FTP函数库:ftp_put

ftp_put (PHP3 >= 3.0.13 , PHP4 >= 4.0b4) ftp_put ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 上传文件到FTP伺服器 语法 : int ftp_put (int ftp_stream, string remote_file, string local_file, int mode) 说明 : 成功则传回true,失败则传回false. ftp_

FTP函数库:ftp_get

ftp_get (PHP3 >= 3.0.13 , PHP4 >= 4.0b4) ftp_get ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 从FTP伺服器下载文件 语法 : int ftp_get (int ftp_stream, string local_file, string remote_file, int mode) 说明 : 成功则传回true,失败则传回false. ftp_

FTP函数库:ftp_systype

ftp_systype (PHP3 >= 3.0.13 , PHP4 >= 4.0b4) ftp_systype ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 传回远端FTP伺服器的系统型态identifier 语法 : int ftp_systype (int ftp_stream) 说明 : 传回远端系统型态,失败则传回false.

FTP函数库:ftp_delete

ftp_delete (PHP3 >= 3.0.13 , PHP4 >= 4.0b4) ftp_delete ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 删除FTP伺服器上的文件 语法 : int ftp_delete (int ftp_stream, string path) 说明 : 成功则传回true,失败则传回false. ftp_delete( )将path指定的文件从FTP伺服器

FTP函数库:ftp_rename

ftp_rehttp://www.aliyun.com/zixun/aggregation/11696.html">name (PHP3 >= 3.0.13 , PHP4 >= 4.0b4) ftp_rename ---  将FTP伺服器上的文件重新命名 语法 : int ftp_rename (int ftp_stream, string from, string to) 说明 : 成功则传回true,失败则传回false. ftp_rename( )将from指定的文件,重

FTP函数库:ftp_login

ftp_login (PHP3 >= 3.0.13 , PHP4 >= 4.0b4) ftp_login ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 登入FTP连结 语法 : int ftp_login (int ftp_stream, string username, string password) 说明 : 成功则传回true,失败则传回false. 登入给予的FTP资料流ftp_st

FTP函数库:ftp_connect

ftp_connect (PHP3 >= 3.0.13 , PHP4 >= 4.0b4) ftp_connect ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 开启FTP连结 语法 : int ftp_connect (string host [, int port]) 说明 : 成功则传回FTP资料流,错误则传回false. ftp_connect( )开启一个FTP连结到host,参数po