Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
ftp_rawlist
(PHP 3 >= 3.0.13, PHP 4, PHP 5)
ftp_rawlist -- Returns a detailed list of files in the given directoryPopis
array ftp_rawlist ( resource ftp_stream, string directory [, bool recursive] )ftp_rawlist() executes the FTP LIST command, and returns the result as an array.
Seznam parametrů
ftp_stream
The link identifier of the FTP connection.
directory
The directory path.
recursive
If set to TRUE, the issued command will be LIST -R.
Návratové hodnoty
Returns an array where each element corresponds to one line of text.
The output is not parsed in any way. The system type identifier returned by ftp_systype() can be used to determine how the results should be interpreted.
PÅ™Ãklady