getid3_handler::notice() –

You appear to be a bot. Output may be restricted

Description

Usage

getid3_handler::notice( $text );

Parameters

$text
( string ) required

Returns

void

Source

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

1 to 3 of 3
  protected function notice($text) {
    // does nothing for now
  }
 

 View on GitHub View on Trac