Home / APIs / getid3_asf::__construct() –

You appear to be a bot. Output may be restricted

Description

Usage

getid3_asf::__construct( $getid3 );

Parameters

$getid3
( mixed ) required –

Returns

void

Source

File name: wordpress/wp-includes/ID3/module.audio-video.asf.php
Lines: 1 to 11 of 11

  public function __construct(getID3 $getid3) {
    parent::__construct($getid3);  // extends getid3_handler::__construct()

    // initialize all GUID constants
    $GUIDarray = $this->KnownGUIDs();
    foreach ($GUIDarray as $GUIDname => $hexstringvalue) {
      if (!defined($GUIDname)) {
        define($GUIDname, $this->GUIDtoBytestring($hexstringvalue));
      }
    }
  }
 

 View on GitHub View on Trac

Published: 12th March 2017 | Last updated: 12th March 2017

Information

Function name: getid3_asf::__construct
Class ref: getid3_asf
Plugin ref: WordPress
Version: 5.0.3
Sourcefile: wp-includes/ID3/module.audio-video.asf.php
File ref: wp-includes/ID3/module.audio-video.asf.php
Deprecated?: No
API Letters: A,C,G

  • Plugins
  • Themes
  • Shortcodes
  • APIs
  • Files
  • Hooks
  • Classes
  • Sites
  • Sitemap
  • Blog
WooCommerce a2z WooCommerce a2z
WooCommerce

Site:  woocommerce.wp-a2z.org
© Copyright WooCommerce a2z 2014-2019. All rights reserved.


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