Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
ftp_exec
Popis
bool ftp_exec ( resource ftp_stream, string command )
Sends a SITE EXEC command
request to the FTP
server.
Seznam parametrů
ftp_stream
The link identifier of the FTP connection.
command
The command to execute.
Návratové hodnoty
Returns TRUE if the command was successful (server sent response code: 200); otherwise returns FALSE.
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
ftp_delete | Nahoru |