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.
- Re: [PHP] array() Francisco Vaucher
- Re: [PHP] array() .: B i g D o g :.
- Re: [PHP] array() John Nichel
- Re: [PHP] array() Khalid El-Kary
- Re: [PHP] array() Khalid El-Kary
- Re: [PHP] array() John Nichel
- RE: [PHP] array() Francisco Vaucher
- Re: [PHP] array() John Nichel

