Home
last modified time | relevance | path

Searched refs:filename_source (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php786 * @param string $filename_source
796 public static function CopyFileParts($filename_source, $filename_dest, $offset, $length) { argument
800 …if (is_readable($filename_source) && is_file($filename_source) && ($fp_src = fopen($filename_sourc…
812 throw new Exception('failed to seek to offset '.$offset.' in '.$filename_source);
818 throw new Exception('failed to open file for reading '.$filename_source);