PHP Manual
Prev
Next
ftp_chdir
ftp_chdir -- Changes directories on a FTP server
Description
int ftp_chdir
(int ftp_stream, string directory);
Returns true on success, false on error.
Changes to the specified
directory
.
Prev
Home
Next
ftp_cdup
Up
ftp_mkdir