You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FtpWrapper.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
* @method string pwd() pwd() Returns the current directory name
31
31
* @method bool quit() quit() Closes an FTP connection
32
32
* @method array raw() raw(string $command) Sends an arbitrary command to an FTP server
33
-
* @method array rawlist() rawlist(string $directory, bool $recursive = false, bool $include_hidden = false) Returns a detailed list of files in the given directory
33
+
* @method array rawlist() rawlist(string $directory, bool $recursive = false, bool $includeHidden = false) Returns a detailed list of files in the given directory
34
34
* @method bool rename() rename(string $oldname, string $newname) Renames a file or a directory on the FTP server
35
35
* @method bool rmdir() rmdir(string $directory) Removes a directory
0 commit comments