ftp() functions
Posted: Wed Jan 15, 2003 7:00 pm
So I'm reading the ftp functions in my PHP Reference manual. But I come along this "int stream" statement... In example:
ftp_delete(int stream, string path);
AND
ftp_cdup(int stream);
does "int stream" mean like if you set a variable $connect = ftp_connect(dfjkalsdf);, then it would do ftp_cdup($connect); ?
ftp_delete(int stream, string path);
AND
ftp_cdup(int stream);
does "int stream" mean like if you set a variable $connect = ftp_connect(dfjkalsdf);, then it would do ftp_cdup($connect); ?