|
(PHP 3 >= 3.0.4, PHP 4, PHP 5)
uksort -- Ordena una matriz por claves mediante una función definida por el usuarioEsta función ordenará las claves de una matriz utilizando una función de comparación suministrada por el usuario. Si la matriz a ordenar necesita utilizar un criterio poco trivial, esta es la función que deberá usar.
Function cmp_function should accept two parameters which will be filled by pairs of array keys. The comparison function must return an integer less than, equal to, or greater than zero if the first argument is considered to be respectively less than, equal to, or greater than the second.
Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.
Vea también: usort(), uasort(), sort(), asort(), arsort(), ksort(), natsort(), y rsort().
Hosting by: hurra.com
Generated: 2007-01-26 18:01:08