| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
ftp_fput
Popis
bool ftp_fput ( resource ftp_stream, string remote_file, resource handle, int mode [, int startpos] )ftp_fput() uploads the data from a file pointer to a remote file on the FTP server.
Seznam parametrů
ftp_streamThe link identifier of the FTP connection.
remote_fileThe remote file path.
handleAn open file pointer on the local file. Reading stops at end of file.
modeThe transfer mode. Must be either FTP_ASCII or FTP_BINARY.
startpos
PÅ™Ãklady