[PHP] Re: Default argument values

2003-02-17 Thread Stephen Willcock
Yes, you can call your function with these arguments, but in this case of course the defaults will not be used because you have supplied arguments. SW Neko [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hey All, I've been trying to write a function that

[PHP] Re: Default argument values

2003-02-17 Thread Lord Loh.
So you want to do overloading ? Try depricating the function call by @blhablah($a,$b,[$c]); No warnings generated! Hope this helps Lord Loh -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php