Ver Mensaje Individual
  #4 (permalink)  
Antiguo 23/04/2004, 00:22
Avatar de epplestun
epplestun
 
Fecha de Ingreso: octubre-2001
Mensajes: 1.621
Antigüedad: 22 años, 5 meses
Puntos: 5
Exacto, algo como:

Código PHP:
class struct {
var 
$numero;
var 
$numero2;
var 
$algo;
}

$x = new struct;
$x->numero 15;
$x->numero2 25;
$x->algo "texto"
__________________
Usuario registrado de Linux #288725