Re: [PHP] real optional parameters

2001-08-29 Thread Papp Gyozo
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 29, 2001 2:22 PM Subject: [PHP] real optional parameters > > How can I declare optional parameters as used by strpos, substr, etc. > to specify the offset? I do not want to have to preceed some functions > with

[PHP] real optional parameters

2001-08-29 Thread alvarez
How can I declare optional parameters as used by strpos, substr, etc. to specify the offset? I do not want to have to preceed some functions with the @-operator, and preceeding all for consistency wouldn't be an option, I think. Is it possible at with user-defined functions? quick h