RE: [phpxmlrpc] variable number of parameters in client app

2007-08-08 Thread Gaetano Giunta
Off the top of my head, there are two ways to achieve this: 1 - instead of having an unbounded list of parameters, just use an array as second parameter, and put the strings inside the array. Note that in this case the lib will only check that the 2nd param received is an array, it will not check

[phpxmlrpc] variable number of parameters in client app

2007-08-08 Thread Matthias Korn
Hi, i have just a quick question on how to access a variable number of parameters in my php client app. The current (w/o variable number of parameters) signature and parameter access looks like this: //- $getObjectById_sig = array( array( $xmlrpcStruct, $xmlrpcInt, $x