Re: [PHP-DEV] * New Parameter Parsing Functions *

2001-07-24 Thread Andrei Zmievski
On Tue, 24 Jul 2001, Markus Fischer wrote: > I see, this coming from PHP-GTK developing ? > > Can you give an example for a function that takes some fixed > parameter (take a resource of some kind as an example) and the > next parameter being another resource OR an array of that other > resources

Re: [PHP-DEV] * New Parameter Parsing Functions *

2001-07-24 Thread Markus Fischer
I see, this coming from PHP-GTK developing ? Can you give an example for a function that takes some fixed parameter (take a resource of some kind as an example) and the next parameter being another resource OR an array of that other resources ? I'm just wondering if I can put this all into a sin

Fwd: [PHP-DEV] * New Parameter Parsing Functions *

2001-07-21 Thread Andi Gutmans
s the case for most functions) of pre-determined types. Please take another look at what Andrei wrote and see what you think. Andi >Date: Tue, 10 Jul 2001 10:35:04 -0500 >From: Andrei Zmievski <[EMAIL PROTECTED]> >To: PHP Developers <[EMAIL PROTECTED]> >User-Agent: Mut

[PHP-DEV] * New Parameter Parsing Functions *

2001-07-10 Thread Andrei Zmievski
New parameter parsing functions === It should be easier to parse input parameters to an extension function. Hence, borrowing from Python's example, there are now a set of functions that given the string of type specifiers, can parse the input parameters and store the r