variable argument list
- From: maxlego <nospam@xxxxxxxxx>
- Date: Tue, 31 May 2005 22:46:05 +0300
Hi
void f(...)
{ }f(1, 2, 3, "a", "b");
This is piece of C code. How can I do something similar (ellipsis in function argument list) in PHP?
-- maxlego .
- Follow-Ups:
- Re: variable argument list
- From: Markus L.
- Re: variable argument list
- Prev by Date: Re: html validator webservice
- Next by Date: Calendar import/export
- Previous by thread: html validator webservice
- Next by thread: Re: variable argument list
- Index(es):
Relevant Pages
|