I was stuffing around and I was wondering if it was at all possible to make a function or method, dynamic at all? In what context? well I would like not to have the specify the elements required by the function so at any given day it can be more or less. Confused? so am I! HA
Example:
public function dynamic($x0, $x1, $x2, $x3, etc) {
// blah blah blah
}
so those $x, one, two, three, etc can be used without them actually being defined maybe i want to use $x0-100. This at all possible or some ideas how we could make it possible?
Thanks, Regards X