function foo() { return array(1,3,5); } // luego usas list() list($a, $b, $c) = foo(); // quedandote // $a=1 // $b=3 // $c=5