Posted by Christopher J. Bottaro on 05/11/05 22:13
You can do this in Python: <code> def myFunc(arg1, arg2, arg): #do something myList = [1, "arg", 5] myFunc(*myList) # calls myFunc(1, "arg", 2) <code> Can that be done in PHP, and if so, how? Thanks for the help.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming