getid3_handler::warning() –

You appear to be a bot. Output may be restricted

Description

Usage

$bool = getid3_handler::warning( $text );

Parameters

$text
( string ) required

Returns

bool

Source

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

1 to 3 of 3
  protected function warning($text) {
    return $this->getid3->getid3_handler::warning($text);
  }
 

 View on GitHub View on Trac