Very easy, check out 
http://www.php.net/manual/en/functions.arguments.php#functions.variable-arg-list

Regards Henrik Hornemann 

-----Oprindelig meddelelse-----
Fra: Ragnar [mailto:[EMAIL PROTECTED] 
Sendt: 9. august 2004 10:59
Til: [EMAIL PROTECTED]
Emne: [PHP-WIN] optional function parameters


Hi guys,

another quick one. I was wondering what you'd have to do with a function, so it would 
be able to have 'optional' parameters when calling it.

much like:

string substr ( string string, int start [, int length])

where you can just omit the [, in length] part if you want.
What do you have to do in your own functions to allow for something like that ?

cheers,

Ben

--
NEU: WLAN-Router für 0,- EUR* - auch für DSL-Wechsler!
GMX DSL = supergünstig & kabellos http://www.gmx.net/de/go/dsl

--
PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: 
http://www.php.net/unsub.php

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to