Home
last modified time | relevance | path

Searched refs:ar2 (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) {
580 $len2 = strlen($ar2);
582 if (substr($ar1, 0, $shortest) === substr($ar2, 0, $shortest)) {
592 $ar2 = RemoveAccents(strtolower(trim($ar2)));
596 $ar2 = str_replace($key, $val, $ar2);
599 if ($ar1 < $ar2) {
601 } elseif ($ar1 > $ar2) {
H A Ddemo.mp3header.php157 function MoreNaturalSort($ar1, $ar2) { argument
158 if ($ar1 === $ar2) {
162 $len2 = strlen($ar2);
164 if (substr($ar1, 0, $shortest) === substr($ar2, 0, $shortest)) {
174 $ar2 = RemoveAccents(strtolower(trim($ar2)));
178 $ar2 = str_replace($key, $val, $ar2);
181 if ($ar1 < $ar2) {
183 } elseif ($ar1 > $ar2) {