passing an array to a function by reference
Posted: Sat Apr 19, 2003 6:48 pm
Hello, I have been tring to pass an array to a function by reference, but I have no good results:
with the standar syntax:
function my_function(&$array_name)
{
....
}
I have no results: any modificatinons in the function don't persist.
Any solution? Thanks a lot
with the standar syntax:
function my_function(&$array_name)
{
....
}
I have no results: any modificatinons in the function don't persist.
Any solution? Thanks a lot