getid3_handler::feof

Advertisement

Syntax Syntax

getid3_handler::feof()

Return Return

(bool)

Source Source

File: wp-includes/ID3/getid3.php

		if (!getid3_lib::intValueSupported($pos)) {
			throw new getid3_exception('cannot fread('.$bytes.' from '.$this->ftell().') because beyond PHP filesystem limit', 10);
		}

		//return fread($this->getid3->fp, $bytes);
		/*

Advertisement

Advertisement

Leave a Reply