Try this...
$test_arr = test_func( $param1, $param2 )
echo $test_arr;
On Tue, 2002-11-05 at 18:01, Francisco Vaucher wrote:
> Hi people,
>
> is there a way to retrieve an array from a function ?
>
> like:
>
> <?php
>
> test_func($param1, $param2) {
>
> //code
>
> $test = array ("ASD" => "Test1", "ASDF" => "Test2");
> return $test;
> }
>
> //outiside de function
> echo $test; // <----- the array
>
> ?>
>
> This doesn't work. So, any clue ?
>
> Regards and tks in advance!
>
> f.
--
.: B i g D o g :.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php