PHP マニュアル
前のページ
次のページ
ftp_delete
ftp_delete -- ftp サーバー上のファイルを削除する
Description
int ftp_delete
(int ftp_stream, string path);
成功時にtrue、エラー時にfalseを返します。
ftp_delete
は、
path
で指定したファイルをFTPサーバーから 削除します。
前のページ
Home
次のページ
ftp_rename
Up
ftp_quit