De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
sort algorithm
並べ替えアルゴリズム
Última actualización: 2006-09-06
Frecuencia de uso: 1
Calidad:
up to php 4.0.6 the user defined functions would keep the original order for those elements, but with the new sort algorithm intruduced with 4.1.0 this is no longer the case as there is no solution to do so in an efficient way.
比較関数は、最初の引数が2番目の引数より小さいか、等しいか、大きい 場合に、それぞれゼロ未満、ゼロに等しい、ゼロより大きい整数を返す 必要があります。2つのメンバーの比較結果が等しいとなった場合、 ソートされた配列の順番は定義されません。