Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php351 $FilesInDir = array(); variable
373 $FilesInDir[] = $row['filename'];
433 $FilesInDir[] = $RealPathName;
436 $FilesInDir[] = $RealPathName;
449 …echo '<i>List of files to scan complete (added '.number_format(count($FilesInDir)).' files to scan…
453 $FilesInDir = array_unique($FilesInDir); variable
454 sort($FilesInDir);
458 $totaltoprocess = count($FilesInDir);
460 foreach ($FilesInDir as $filename) {