Ver Mensaje Individual
  #6 (permalink)  
Antiguo 12/05/2011, 14:28
Avatar de syntex
syntex
 
Fecha de Ingreso: noviembre-2002
Ubicación: Cataluña
Mensajes: 978
Antigüedad: 21 años, 5 meses
Puntos: 4
Respuesta: Problemas con ordenacion array sort();

hola buenas el script

Código PHP:
<?php
$orden 
= array('10','20','30');
sort($ordenSORT_NUMERICSORT_ASC);  
?>
Me indica el siguiente error:
Warning: sort() expects at most 2 parameters, 3 given in C:\xampp\htdocs\ayuda_php\php\sort - Ordenar arrays.php on line 3

Gracias
__________________
------------------------------------------------
La paciencia es el rey de la ciencia
------------------------------------------------