Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php575 function MoreNaturalSort($ar1, $ar2) { argument
576 if ($ar1 === $ar2) {
579 $len1 = strlen($ar1);
582 if (substr($ar1, 0, $shortest) === substr($ar2, 0, $shortest)) {
591 $ar1 = RemoveAccents(strtolower(trim($ar1)));
595 $ar1 = str_replace($key, $val, $ar1);
599 if ($ar1 < $ar2) {
601 } elseif ($ar1 > $ar2) {
H A Ddemo.mp3header.php157 function MoreNaturalSort($ar1, $ar2) { argument
158 if ($ar1 === $ar2) {
161 $len1 = strlen($ar1);
164 if (substr($ar1, 0, $shortest) === substr($ar2, 0, $shortest)) {
173 $ar1 = RemoveAccents(strtolower(trim($ar1)));
177 $ar1 = str_replace($key, $val, $ar1);
181 if ($ar1 < $ar2) {
183 } elseif ($ar1 > $ar2) {