Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/11/2014, 14:32
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 15 años, 10 meses
Puntos: 1012
Respuesta: comparacion de arrays con una varibale

puede usar métodos como array_filter(), array_map(), etc...
Cita:
function menor($a, $b) {

return($a <= $b);
}

array_filter($fila, function($array) use ($var2) {
return menor($array, $var2);})
__________________
if(ViolenciaDeGénero) {alert('MUJER ASESINADA');}