Gets the file owner.
WP_Filesystem_Base::find_folder
Locates a folder on the remote filesystem.
WP_Filesystem_Base::group
Gets the file’s group.
WP_Filesystem_Base::search_for_folder
Locates a folder on the remote filesystem.
Advertisement
WP_Filesystem_Base::copy
Copies a file.
WP_Filesystem_Base::gethchmod
Returns the *nix-style file permissions for a file.
WP_Filesystem_Base::getchmod
Gets the permissions of the specified file or filepath in their octal format.
WP_Filesystem_Base::getnumchmodfromh
Converts *nix-style file permissions to a octal number.
Advertisement
WP_Filesystem_Base::is_binary
Determines if the string provided contains binary characters.
WP_Filesystem_Base::chown
Changes the owner of a file or directory.
WP_Filesystem_Base::connect
Connects filesystem.
WP_Filesystem_Base::get_contents
Reads entire file into a string.
Advertisement
WP_Filesystem_Base::is_readable
Checks if a file is readable.
WP_Filesystem_Base::is_writable
Checks if a file or directory is writable.
WP_Filesystem_Base::atime
Gets the file’s last access time.