• About WordPress
    • About WordPress
    • WordPress.org
    • Documentation
    • Support
    • Feedback
  • Log In
  • Register
WordPress.org
WordPress.org
  • Plugins
  • Themes
  • Patterns
  • Learn
  • Support
    • Documentation
    • Forums
  • News
  • About
  • Get Involved
    • Five for the Future
  • Showcase
  • Mobile
  • Hosting
  • Openverse
  • Get WordPress
Get WordPress

Code Reference

Skip to content
Filter by type:
Search
Browse: Home / Reference / wp-admin/includes/class-wp-filesystem-base.php

WP_Filesystem_Base::getchmod()

Method: Gets the permissions of the specified file or filepath in their octal format.

Source: wp-admin/includes/class-wp-filesystem-base.php:395

Used by 1 function | Uses 0 functions

WP_Filesystem_Base::is_writable()

Method: Checks if a file or directory is writable.

Source: wp-admin/includes/class-wp-filesystem-base.php:721

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::atime()

Method: Gets the file’s last access time.

Source: wp-admin/includes/class-wp-filesystem-base.php:734

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::mtime()

Method: Gets the file modification time.

Source: wp-admin/includes/class-wp-filesystem-base.php:747

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::size()

Method: Gets the file size (in bytes).

Source: wp-admin/includes/class-wp-filesystem-base.php:760

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::touch()

Method: Sets the access and modification times of a file.

Source: wp-admin/includes/class-wp-filesystem-base.php:779

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::move()

Method: Moves a file.

Source: wp-admin/includes/class-wp-filesystem-base.php:639

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::mkdir()

Method: Creates a directory.

Source: wp-admin/includes/class-wp-filesystem-base.php:798

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::delete()

Method: Deletes a file or directory.

Source: wp-admin/includes/class-wp-filesystem-base.php:656

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::rmdir()

Method: Deletes a directory.

Source: wp-admin/includes/class-wp-filesystem-base.php:813

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::exists()

Method: Checks if a file or directory exists.

Source: wp-admin/includes/class-wp-filesystem-base.php:669

Used by 1 function | Uses 0 functions

WP_Filesystem_Base::dirlist()

Method: Gets details for files in a directory or a specific file.

Source: wp-admin/includes/class-wp-filesystem-base.php:843

Used by 1 function | Uses 0 functions

WP_Filesystem_Base::is_file()

Method: Checks if resource is a file.

Source: wp-admin/includes/class-wp-filesystem-base.php:682

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::is_dir()

Method: Checks if resource is a directory.

Source: wp-admin/includes/class-wp-filesystem-base.php:695

Used by 2 functions | Uses 0 functions

WP_Filesystem_Base::is_readable()

Method: Checks if a file is readable.

Source: wp-admin/includes/class-wp-filesystem-base.php:708

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::chgrp()

Method: Changes the file group.

Source: wp-admin/includes/class-wp-filesystem-base.php:562

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::gethchmod()

Method: Returns the *nix-style file permissions for a file.

Source: wp-admin/includes/class-wp-filesystem-base.php:342

Used by 0 functions | Uses 1 function

WP_Filesystem_Base::chmod()

Method: Changes filesystem permissions.

Source: wp-admin/includes/class-wp-filesystem-base.php:579

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::getnumchmodfromh()

Method: Converts *nix-style file permissions to a octal number.

Source: wp-admin/includes/class-wp-filesystem-base.php:412

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::owner()

Method: Gets the file owner.

Source: wp-admin/includes/class-wp-filesystem-base.php:592

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::is_binary()

Method: Determines if the string provided contains binary characters.

Source: wp-admin/includes/class-wp-filesystem-base.php:450

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::group()

Method: Gets the file’s group.

Source: wp-admin/includes/class-wp-filesystem-base.php:605

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::chown()

Method: Changes the owner of a file or directory.

Source: wp-admin/includes/class-wp-filesystem-base.php:467

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::copy()

Method: Copies a file.

Source: wp-admin/includes/class-wp-filesystem-base.php:623

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::connect()

Method: Connects filesystem.

Source: wp-admin/includes/class-wp-filesystem-base.php:479

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::get_contents()

Method: Reads entire file into a string.

Source: wp-admin/includes/class-wp-filesystem-base.php:492

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::get_contents_array()

Method: Reads entire file into an array.

Source: wp-admin/includes/class-wp-filesystem-base.php:505

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::put_contents()

Method: Writes a string to a file.

Source: wp-admin/includes/class-wp-filesystem-base.php:521

Used by 0 functions | Uses 0 functions

WP_Filesystem_Base::cwd()

Method: Gets the current working directory.

Source: wp-admin/includes/class-wp-filesystem-base.php:533

Used by 1 function | Uses 0 functions

WP_Filesystem_Base::chdir()

Method: Changes current directory.

Source: wp-admin/includes/class-wp-filesystem-base.php:546

Used by 0 functions | Uses 0 functions
1 2 Next »
  • About
  • News
  • Hosting
  • Donate
  • Support
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org
  • Visit our Facebook page
  • Visit our Twitter account
Code is Poetry