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_stream
The link identifier of the FTP connection.
remote_file
The remote file path.
handle
An open file pointer on the local file. Reading stops at end of file.
mode
The transfer mode. Must be either FTP_ASCII or FTP_BINARY.
startpos
PÅ™Ãklady