Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
ftp_chmod
Popis
int ftp_chmod ( resource ftp_stream, int mode, string filename )
Sets the permissions on the specified remote file to
mode
.
Seznam parametrů
ftp_stream
The link identifier of the FTP connection.
mode
The new permissions, given as an octal value.
filename
The remote file.
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
ftp_chdir | Nahoru< |