- Timestamp:
- 11/08/2019 10:54:33 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ftpsockets.php
r45932 r46679 261 261 * @param int|false $mode Optional. The permissions as octal number, usually 0644 for files, 262 262 * 0755 for directories. Default false. 263 * @param bool $recursive Optional. If set to true, changes file grouprecursively.263 * @param bool $recursive Optional. If set to true, changes file permissions recursively. 264 264 * Default false. 265 265 * @return bool True on success, false on failure. … … 374 374 * 375 375 * @param string $file Path to the file or directory. 376 * @param bool $recursive Optional. If set to true, changes file grouprecursively.376 * @param bool $recursive Optional. If set to true, deletes files and folders recursively. 377 377 * Default false. 378 378 * @param string|false $type Type of resource. 'f' for file, 'd' for directory.
Note: See TracChangeset
for help on using the changeset viewer.