• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
WordPress core a2z

WordPress core a2z

WordPress core only

  • Home
  • Plugins
  • Blocks
  • Shortcodes
  • APIs
  • Classes
  • Files
  • Hooks
  • Sitemap
  • Blog
Home / APIs / getID3::is_writable() –

You appear to be a bot. Output may be restricted

Description

Usage

$bool = getID3::is_writable( $filename );

Parameters

$filename
( string ) required –

Returns

bool

Source

File name: wordpress/wp-includes/ID3/getid3.php
Lines:

1 to 8 of 8
  public static function is_writable ($filename) {
    $ret = is_writable($filename);
    if (!$ret) {
      $perms = fileperms($filename);
      $ret = ($perms & 0x0080) || ($perms & 0x0010) || ($perms & 0x0002);
    }
    return $ret;
  }
 

 View on GitHub View on Trac

Published: 25th November 2019 | Last updated: 25th November 2019

Primary Sidebar

Information

Function name: getID3::is_writable
Class ref: getID3
Plugin ref: WordPress
Version: 5.6
Sourcefile: wp-includes/ID3/getid3.php
File ref: wp-includes/ID3/getid3.php
Deprecated?: No
API Letters: G,I,W

Footer

WP-a2z
WordPress core a2z
WordPress core only
WordPress 5.6
WordPress a2z
WordPress core a2z
Genesis Theme Framework a2z
Jetpack a2z
WordPress develop tests
Easy Digital Downloads a2z
WooCommerce a2z
Yoast SEO a2z
WordPress Blocks

Site:  core.wp-a2z.org
© Copyright WP-a2z 2014-2021. All rights reserved.


Website designed and developed by Herb Miller
Proudly powered by WordPress and oik plugins

  • Home
  • Blog
  • Sitemap
  • Sites