Determines if the string provided contains binary characters.
WP_Filesystem_Base::is_file
Checks if resource is a file.
WP_Filesystem_Base::chown
Changes the owner of a file or directory.
WP_Filesystem_Base::is_dir
Checks if resource is a directory.
Advertisement
WP_Filesystem_Base::connect
Connects filesystem.
WP_Filesystem_Base::get_contents
Reads entire file into a string.
WP_Filesystem_Base::get_contents_array
Reads entire file into an array.
WP_Filesystem_Base::put_contents
Writes a string to a file.
Advertisement
WP_Filesystem_Base::cwd
Gets the current working directory.
WP_Filesystem_Base::wp_themes_dir
Returns the path on the remote filesystem of the Themes Directory.
WP_Filesystem_Base::wp_lang_dir
Returns the path on the remote filesystem of WP_LANG_DIR.
WP_Filesystem_Base::find_base_dir
Locates a folder on the remote filesystem.
Advertisement
WP_Filesystem_Base::get_base_dir
Locates a folder on the remote filesystem.
WP_Filesystem_Base::find_folder
Locates a folder on the remote filesystem.
WP_Filesystem_Base::search_for_folder
Locates a folder on the remote filesystem.