I have a class \"foo\" that has a multi dimensional array and need to provide a copy of the array through a getArray member. Is there a nice way of doing this when the array is dynamically created so
I try to run a jar using reflection with the the getMethod and invoke method but ran in trouble with the arguments passed to the invoke method:
I\'m new to PHP and in order to learn the language and the concepts I\'m working on a e-commerce website with a shopping cart, etc.
For a really abstract application I am creating, I need to call methods without knowing their parameter types and only knowing the parameters开发者_如何学Go in a String shape.