- Timestamp:
- 11/08/2019 10:54:33 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ftpext.php
r45932 r46679 251 251 * @param int|false $mode Optional. The permissions as octal number, usually 0644 for files, 252 252 * 0755 for directories. Default false. 253 * @param bool $recursive Optional. If set to true, changes file grouprecursively.253 * @param bool $recursive Optional. If set to true, changes file permissions recursively. 254 254 * Default false. 255 255 * @return bool True on success, false on failure. … … 365 365 * 366 366 * @param string $file Path to the file or directory. 367 * @param bool $recursive Optional. If set to true, changes file grouprecursively.367 * @param bool $recursive Optional. If set to true, deletes files and folders recursively. 368 368 * Default false. 369 369 * @param string|false $type Type of resource. 'f' for file, 'd' for directory.
Note: See TracChangeset
for help on using the changeset viewer.