getid3_handler::error

Advertisement

Syntax Syntax

getid3_handler::error( string $text )

Parameters Parameters

$text

(Required)

Return Return

(bool)

Source Source

File: wp-includes/ID3/getid3.php

			$contents   .= $part;
		} while (($bytes > 0) && ($partLength > 0));
		return $contents;
	}

Advertisement

Advertisement

Leave a Reply