Hi, I'm about to make a function with two arguments, and I want the second one to be optional. Can I just write the function and use it with one or two arguments without problems (I check if the second argument was passed inside the function). Is this OK? Saludos... :-) Martin Marques -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- RE: [PHP] function with 2 arguments Martin A. Marques
- RE: [PHP] function with 2 arguments Boget, Chris