Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/07/2008, 11:57
Avatar de foreverOdd
foreverOdd
 
Fecha de Ingreso: noviembre-2007
Ubicación: Caracas
Mensajes: 489
Antigüedad: 16 años, 5 meses
Puntos: 14
Respuesta: resultados de una funcion...

esto es de php.net

Código PHP:
<?php
function small_numbers() 
{
    return array (
012);
}
list (
$zero$one$two) = small_numbers();
?>
__________________
My path is lit by my own fire, I only go where I desire