ftp_rawlist

PHP 4, PHP 5, PHP 7, PHP 8
ftp_rawlist - Returns a detailed list of files in the given directory
Manual
Code Examples

Example #1 ftp_rawlist example

Result: array(3) { [0]=> string(65) "drwxr-x--- 3 vincent vincent 4096 Jul 12 12:16 public_ftp" [1]=> string(66) "drwxr-x--- 15 vincent vincent 4096 Nov 3 21:31 public_html" [2]=> string(73) "lrwxrwxrwx 1 vincent vincent 11 Jul 12 12:16 www -> public_html" }
PHP Version:


Function ftp_rawlist:

FTP Functions

Most used PHP functions