Hi guys.
I have a general question about php's built-in array functions.
There is something I have noticed (correct me if I am wrong).
Is it true that (as a general rule) more likely than not, that php's array functions work mainly on the reference rather than a copy of the array?
Its just that there are so many array functions out there and I just need a general rule I can work with.
Can someone shed some light on this?
ps - and can I ask the same question above in regards to php's built in string functions?
Thanks.
Paul.